City of Chattanooga Data Inventory
This dataset contains an inventory of all city datasets. It is updated systematically annually and also periodically throughout the year as needed.
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 \"chattadata/city-of-chattanooga-data-inventory-wuph-stbt\".\"city_of_chattanooga_data_inventory\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.