Open repository in Console
Readme
Updated over 5 years ago
‧ Indexed 1 hour ago
166- FY 2019 Proposed, Performance Metrics, Obj 4.1
Department of Public Works and Transportation Performance Metrics Objective 4.1- Number of valid water damage claims per storm event, FY 2019 Proposed Budget
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 \"performance-princegeorgescountymd-gov/166-fy-2019-proposed-performance-metrics-obj-41-re6d-xu3h\".\"166_fy_2019_proposed_performance_metrics_obj_41\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.