Test - 08.04.21 - Revenue download d.o.g. - v1 - a26a
Test dataset: part a (init) + part b (append) + part c (append) + pending..... review
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 \"oregon-gov/test-080421-revenue-download-dog-v1-a26a-yczh-bh79\".\"test_080421_revenue_download_dog_v1_a26a\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.