NMF Application Requests 2013-2016
Amount requested by organizations to the Neighborhood Matching Fund from 2013-2016
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-seattle-gov/nmf-application-requests-20132016-e8s2-4xvy\".\"nmf_application_requests_20132016\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.