Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1000 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 1000 Bytes

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 and the DDN HTTP API.

See more details on the blog post.

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 project bootstrapped with create-next-app.