HPD Crime Incidents
Visit crimemapping.com (https://www.crimemapping.com/) for a visual view of the data.
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 \"honolulu-gov/hpd-crime-incidents-vg88-5rn5\".\"hpd_crime_incidents\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.