owid-grapher

A platform for creating interactive data visualizations (by owid)

Owid-grapher Alternatives

Similar projects and alternatives to owid-grapher

  1. Openstreetmap

    The Rails application that powers OpenStreetMap

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. Appwrite

    599 owid-grapher VS Appwrite

    Build like a team of hundreds_

  4. n8n

    360 owid-grapher VS n8n

    Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

  5. MongoDB

    The MongoDB Database

  6. Sentry

    300 owid-grapher VS Sentry

    Developer-first error tracking and performance monitoring

  7. QEMU

    Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.

  8. steam-deck-utilities

    A utility to improve performance and help manage storage on Steam Deck.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. Nomad

    Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.

  11. seaborn

    Statistical data visualization in Python

  12. Metabase

    82 owid-grapher VS Metabase

    The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:

  13. sourcegraph

    Discontinued Code AI platform with Code Search & Cody

  14. plotly

    70 owid-grapher VS plotly

    The interactive graphing library for Python :sparkles:

  15. prettymaps

    50 owid-grapher VS prettymaps

    Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely

  16. website

    The main whatisnuclear.com website (by whatisnuclear)

  17. plot

    A concise API for exploratory data visualization implementing a layered grammar of graphics

  18. go-sqlite3

    sqlite3 driver for go using database/sql

  19. Lean and Mean Docker containers

    Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

  20. framework

    13 owid-grapher VS framework

    A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis. (by observablehq)

  21. sjvisualizer

    Library to make animated data visualizations from time series data

  22. vsketch

    Generative plotter art environment for Python

  23. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better owid-grapher alternative or higher similarity.

owid-grapher discussion

Log in or Post with

owid-grapher reviews and mentions

Posts with mentions or reviews of owid-grapher. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-21.
  • Group of investors represented by YouTuber Perifractic buys Commodore
    1 project | news.ycombinator.com | 29 Jun 2025
    Globally, since the advent of widespread computer use, human life has improved by orders of magnitude along every metric we have: poverty, hunger, disease, literacy, child mortality, life expectancy, homicide rates, etc., etc., etc.: https://ourworldindata.org

    Respectfully, you are the one making an extraordinary claim in need of evidentiary support.

  • Please Commit More Blatant Academic Fraud
    2 projects | news.ycombinator.com | 21 Feb 2025
    That's actually the part about people constantly negging on social sciences [1] that I often find confusing.

    There's huge amounts of data available (geography, lots and lots of maps; history, huge amount of historical documentation; economics, vast amounts of public datasets produced every month by most governments; political science, censuses, voting records, driver registrations, political contest results all over the Earth - often for decades if not centuries).

    Most is relatively well verified, and often tells you how it was verified [2]. Often it's obtainable in publicly available datasets that numerous other researchers can verify was obtained from a legitimate source. [3]

    There's lots of data available. Much is also verifiable in a very personal way simply by walking somewhere and looking. In many ways, social sciences should be one of the most rigorous disciplines in most of academia.

    [1] Using Wikipedia's grouping on "social sciences" (anthropology, archaeology, economics, geography, history, linguistics, management, communication studies, psychology, culturology and political science): https://en.wikipedia.org/wiki/Social_science

    [2] Census 2020, Data Quality: https://www.census.gov/programs-surveys/decennial-census/dec...

    [3] Economic Indicators by Country: https://tradingeconomics.com/indicators

    [4] Our World in Data (with Demographics, Health, Poverty, Education, Innovation, Community Wellbeing, Democracy): https://ourworldindata.org/

  • 3D Data World Explorer
    2 projects | dev.to | 17 Feb 2025
    Population data by country over time was scraped from ourworldindata.org
  • Dead Internet
    4 projects | news.ycombinator.com | 1 Oct 2024
    > filled our heads with candied dreams of endlessly-spanning information super-highways

    * https://www.wikipedia.org

    * https://www.openstreetmap.org

    * https://github.com

    * https://data.gov

    * https://fred.stlouisfed.org

    * https://ourworldindata.org

    * ...

    Plus the countless documentation websites that we technical writers lovingly toil away at day-in and day-out.

  • A New Package for Making Charts in Emacs: Eplot
    4 projects | news.ycombinator.com | 27 Jun 2024
    Neat!

    This is one of my favorite spaces, so I'll add some generic advice which may or may not be helpful.

    I once had the privilege of working for Max Roser and Hannah Ritchie at Our World in Data, as one of the engineers on their Grapher library (https://github.com/owid/owid-grapher), and learned a ton from them (and others on the team) about making great charts.

    My one piece of advice from looking at your examples would be: don't neglect title, subtitle, and caption! They would be so easy to do well because you've already created your "simple headers thingies". A few words go along way. Check out "Storytelling with Data" by Cole Nussbaumer Knaflic for a great read on the subject. Owid's Grapher does those the best, IMO (followed closely by DataWrapper.de -- but that's not open source).

    At some point, if you keep up with this, you'll also want to add a dataflow library and DSL. Hadley Wickham's dplyr in R was the GOAT, and I copied that in my Ohayo tool and in OWID Grapher's CoreTable library (https://github.com/owid/owid-grapher/tree/master/packages/%4...). Jeffrey Heer's newish Arquero (https://idl.uw.edu/arquero/) library is also along those lines.

    Lately I've delving into Mike Bostock's new thing Plot (https://observablehq.com/plot/). So far, excited by it, but only spent a day or two with it at this point.

    I don't use emacs anymore, but hopefully something helpful in the comments above.

  • HN: There do not seem to be many infographics based sites
    1 project | news.ycombinator.com | 5 Jun 2024
  • What are your favourite websites that display a lot of data / tables?
    3 projects | news.ycombinator.com | 26 May 2024
    https://ourworldindata.org/

    I reach for it several times per week. Never struggle finding what I want, nor getting it into the shape I want it.

  • IT Healthcare: Its Importance, Challenges And How To Find Good Healthcare Data
    1 project | dev.to | 24 Apr 2024
    Let’s begin with a data visualization-friendly resource.
  • Why Are Older Americans Drinking So Much?
    1 project | news.ycombinator.com | 30 Mar 2024
    Here's a dashboard: https://ourworldindata.org/

    Pick almost anything to see a positive trend.

  • Observable 2.0, a static site generator for data apps
    17 projects | news.ycombinator.com | 15 Feb 2024
    I think the idea of Framework is really good, but static data limits the applications, excluding monitoring and other cases in which the data is constantly changing, but the dashboard can stay as it is. For example, I'd love to see a revamped Framework version of the LHC beam monitor and related pages (see https://op-webtools.web.cern.ch/vistar/, but check again in 2 months or so, when the accelerator will be running).

    In high-energy physics, ROOT is /the/ toolkit for data analysis, and I guess jsROOT (https://root.cern.ch/js/) could also be used to load data to be shown in Framework dashboards. I thought the idea of Framework as a blogging engine with powerful data visualization built-in could be very interesting. Think, for example, about physicists pulling open data (https://opendata.cern.ch) and writing about their analysis or someone pulling data from https://ourworldindata.org/ in their own visualizations to support their case while writing about a particular subject, etc.

  • A note from our sponsor - Stream
    getstream.io | 19 Jul 2025
    Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →

Stats

Basic owid-grapher repo stats
205
1,464
10.0
3 days ago

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?