ACCD :: Event Listings
Listing of our events at Austin Convention Center and Palmer Events Center for the current calendar year. Included are show dates, event names, hosting facility, attendance, contact numbers and websites for<B> events.</B>
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/accd-event-listings-p9ma-z6y9\".\"accd_event_listings\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.