Open repository in Console
Readme
Updated almost 5 years ago
‧ Indexed 11 months ago
Datasets Freshness Report
The Datasets Freshness Report provides useful information about how up to date the public datasets on the platform are. The 'Is Data Up to Date' column indicates whether the dataset has been refreshed as frequently as required.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"lacity/datasets-freshness-report-5h3p-n236\".\"datasets_freshness_report\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata