Coder Social home page Coder Social logo

alitaheri / owid-grapher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from owid/owid-grapher

0.0 0.0 0.0 124.66 MB

A platform for creating interactive data visualizations

Home Page: https://ourworldindata.org

License: MIT License

Shell 0.81% JavaScript 1.89% Python 0.18% PHP 0.64% TypeScript 90.14% Makefile 0.25% HTML 0.20% Dockerfile 0.02% SCSS 5.88%

owid-grapher's Introduction

owid-grapher

Actions Status Test coverage Storybook

The monorepo we use at Our World in Data to create and publish embeddable, interactive visualizations like this one:

A Grapher chart showing world-wide life expectancy at birth. Click for interactive.

โœ‹ Disclaimer

This repo is currently not well-designed for reuse as a visualization library, nor for reproducing the full production environment we have at Our World in Data, as our tools are tightly coupled with our database structure.

We're gradually making steps towards making our work more reusable, however we still prioritize needs specific to our project that can be at odds with making our tools reusable.

You are still very welcome to reuse and adapt any of our code for your own purposes, and we welcome contributions!

๐ŸŽ Quick start

To quickly get a version of the site running for developing Grapher features, we recommend following the local development setup guide.

Additional setup options are also available for other use cases.

๐Ÿ—‚ Overview

Multiple projects are maintained in this repo:

A client-side interactive data visualization library used by almost every chart on Our World in Data.

All grapher data is stored in a MySQL database that contains both JSON configuration objects for individual charts as well as the data values that they ingest.

The Grapher project is built with Lerna and tsup.

A Grapher-based tool that creates more complex data visualization user interfaces.

Each explorer can be configured via a panel in the admin client. Their config files are stored in a separate repository.

Grapher Admin

  • A client-side project that provides a user interface for configuring graphers, explorers, and managing and uploading data.

  • A server-side project that manages the MySQL database used by graphers.

The CMS we use to manage articles published on Our World in Data. It's a relatively stock setup, with a custom plugin to provide additional blocks for the Gutenberg editor.

Our Wordpress content and configuration is stored in a MySQL database, which currently isn't shared publicly.

We are currently in the process of migrating off of WordPress to a publishing flow based on ArchieML with Google Docs. See the Site README for more information.

A PM2 project that builds a static copy of the Our World in Data website by merging the content authored in Wordpress with the grapher charts created in Grapher Admin.

The React code for rendering our content in pages, used by the Grapher Admin and Baker.

As of March 2023, code exists for rendering both WordPress posts and Google Docs as we work on the transition away from WordPress.

Tooling

Much of our code is based around reactive programming using React and Mobx.

All non-WordPress code is written in TypeScript.

Visual Studio Code is recommended for autocompletion and other awesome editor analysis features enabled by static typing.

Why did we start this project?

The following is an excerpt explaining the origin of this repo and what the alternatives tried were (source: Max Roser's Reddit AMA on Oct 17, 2017)

We built the Grapher because there is no similar external tool available. Datawrapper, Tableau, Plotly, various libraries based on d3 are out there but nothing is similar to what the Grapher does for our project.

Before we developed this tool, we built interactive web visualizations by hand through a difficult process of preparing individual spreadsheets of data and then writing custom HTML and JavaScript code to process the contents for each individual visualization. That was pretty painful and it took me hours sometimes to built a chart.

The owid-grapher solves this problem by using a single visualization codebase and crucially a single database into which all of our data is placed. Once the data has been imported, the process of creating a visualization is reduced to simply choosing what kind of visualization is needed and then selecting the relevant variables in the Grapher user interface. The result may then be customized, and is published to the web with the press of a button.

Using our own system has very important advantages:

  • Integration with our global development database: Our database of global development metrics is integrated into our visualization tool so that when we add and update empirical data the visualizations are all updated. (In contrast to this, a pre-existing tool would make the exploration of a database impossible and would require the preparation of each dataset separately for each visualisation.)
  • Flexibility: We can use automation to change our entire system all at once. For example, if we decide we want to use a different source referencing style, we could easily update this across hundreds of charts. This makes it possible to scale our publication and to sustainably improve our work without starting from scratch at each round.
  • Risk mitigation: We hope(!) that Our World in Data is a long-term project and we want the visualizations we produce to continue to be useful and available years from now. An external web service may be shut down or change for reasons we cannot control. We have had this experience in the past and learned our lesson from it.
  • Keeping everything up-to-date: Because we want to be a useful resource for some time we make sure that we have a technology in place that allows us to keep all of our work up-to-date without starting from scratch each time. We have our global development database directly integrated in the Grapher and as soon as new data becomes available (for example from a UN agency) we can run a script that pulls in that data and updates all the visualizations that present that data.

Cross-browser testing provided by BrowserStack

Client-side bug tracking provided by

owid-grapher's People

Contributors

mlbrgl avatar danielgavrilov avatar marcelgerber avatar ikesau avatar breck7 avatar danyx23 avatar sophiamersmann avatar zdenekhynek avatar larsyencken avatar shaahmad avatar samizdatco avatar aaldaber avatar marigold avatar jasoncrawford avatar mathisonian avatar dependabot[bot] avatar sherin avatar dependabot-preview[bot] avatar lucasrodes avatar bnjmacdonald avatar hannahritchie avatar mahmoudhamdy02 avatar markledwich2 avatar owidbot avatar pabloarosado avatar bhch7051 avatar shafy avatar zamakkat avatar parthiv360 avatar anubhav-2003 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.