Open repository in Console
Readme
Updated 6 years ago
‧ Indexed 11 months ago
Downtown Parking Information
This dataset provide information about the off-street parking locations in downtown Chattanooga. Please note that this data is constantly being updated and may not be accurate.
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/downtown-parking-information-qsec-7gi8\".\"downtown_parking_information\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata