Visit the metabase dashboard.
- Search topics to see the data avialable.
- See the list of dashboard learn about various topics
- See individual questions asked and answered about some data
- Explore and query interactively here
- Share your queries, visualizations, and findings all in one place!
username: guest@odf3.io password: odf3guest
If you'd like to change any of the data or add new data, just submit a pull request!
- Add your csv data. Every table in the system is represented by a .csv file in this repository. Filenames of the csv's correspond to the table names in the database.
- If the data you're adding can be automatically refreshed, add an entry to
sources.csvwith your tablename and the url where the data can be refreshed from - Add a table definition to
schema.sql
If you are editing existing data, and the table is not in sources.csv, you
can edit the data directly. Otherwise, the data will need to be updated at the
url for the table in sources.csv, since the data will be automatically synced
to the data at that url
You can build your own applications powered by this data!
- Every query, graph, and dashboard is embeddable on your own webpages. Hit the "share" button for embed links.
- The database itself is publicly accessible. Email mail@avi.press to get read-only credentials for the postgresql database.
- The
TABLE.country_codefield is generally incorrect right now for most tables (they are non-standard from our main data source), so making map based graphs doesn't work out of the box. We've included acountry_codetable where you can join on aname, which has the correct codes that will work with metabase's map utilities.