Open repository in Console
Readme
Updated 10 years ago
‧ Indexed 11 months ago
All license plate reader data (ALPR) 8/26/2012-9/19/2012
All license plate reader data (ALPR)
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/all-license-plate-reader-data-alpr-82620129192012-bd9f-4pn8\".\"all_license_plate_reader_data_alpr_82620129192012\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.