Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 11 months ago
CrimeWatch Data 2014 - Static Archive
Data is not being updated.
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 \"oaklandca-gov/crimewatch-data-2014-static-archive-kqr5-td3w\".\"crimewatch_data_2014_static_archive\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.