Veterans Needs Assessment Time Line 2014
Time line and project completion tracking for the veterans needs assessment.
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-smcgov/veterans-needs-assessment-time-line-2014-pd7s-cpcd\".\"veterans_needs_assessment_time_line_2014\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.