https://github.com/splitgraph/open-data-monitor
A newsfeed of open government datasets, tracking when they're added or deleted. Built with data from Splitgraph, deployed to Seafowl on Fly.io
https://github.com/splitgraph/open-data-monitor
datasets flyio open-data socrata splitgraph
Last synced: 29 days ago
JSON representation
A newsfeed of open government datasets, tracking when they're added or deleted. Built with data from Splitgraph, deployed to Seafowl on Fly.io
- Host: GitHub
- URL: https://github.com/splitgraph/open-data-monitor
- Owner: splitgraph
- Created: 2023-01-18T19:11:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T16:50:20.000Z (over 2 years ago)
- Last Synced: 2025-07-18T12:05:59.824Z (3 months ago)
- Topics: datasets, flyio, open-data, socrata, splitgraph
- Language: TypeScript
- Homepage: https://open-data-monitor.splitgraph.io/
- Size: 1.58 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Data Monitor
Ever wanted to know which Socrata datasets are added/removed over time? Now you can.
Powered by Splitgraph's regularly updated [Socrata catalog](https://www.splitgraph.com/splitgraph/socrata) and the [DDN](https://www.splitgraph.com/docs/query/ddn) [HTTP API](https://www.splitgraph.com/docs/query/ddn-http).
See more details on the [blog post](https://www.splitgraph.com/blog/opendatamonitor).
## How to use
Default dates are usually a recent-ish date + a few days before that. Adjust date range as you desire.
The slider axis goes from newer to older, left to right.- Data fetching + caching via SWR
- Parameterized SQL query based on slider dates
- SSR data fetching
- Dark mode based on host setting## Socrata update regularity
Generally the Socrata catalog is updated four times a day.
## How it's made
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).