Open repository in Console
Readme
Updated over 7 years ago
‧ Indexed 12 months ago
112- FY19 Proposed, Performance Metric Obj 1.1
Citizens Complaint Oversight Council Performance Metrics Objectives 1.1- Increase the percentage of Police Department officer misconduct investigations reviewed that satisfactorily meet the panel’s standards for impartiality, thoroughness and appropriateness, FY 2019 Proposed Bdget
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/112-fy19-proposed-performance-metric-obj-11-je8f-hee8\".\"112_fy19_proposed_performance_metric_obj_11\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.