Traffic Signal Projects
This dataset is currently under construction and subject to change at any time. The records in this dataset do not reflect actual business records and have been created for demonstration purposes only
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 \"datahub-austintexas-gov/traffic-signal-projects-sgv2-7xw2\".\"traffic_signal_projects\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.