performance-princegeorgescountymd-gov/168-fy-2019-proposed-performance-metrics-obj-21-ce56-2ugy
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 1 month ago

168- FY 2019 Proposed, Performance Metrics, Obj 2.1

DPIE Performance Metrics Objective 2.1- Name of Metric from Tile in Socrata, 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/168-fy-2019-proposed-performance-metrics-obj-21-ce56-2ugy\".\"168_fy_2019_proposed_performance_metrics_obj_21\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 168_fy_2019_proposed_performance_metrics_obj_21