Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
2022_MusicCensus_Details
The 2022 Music Census Details is the underlying dataset for the 2022 Music Census administered by Sound Music Cities. This data is comprehensive of the respondent feedback; with the exception of ZIP code of respondents.
Read more about this collection of data here: https://data.austintexas.gov/stories/s/rpy8-prg4
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/2022musiccensusdetails-an3p-3yqx\".\"2022musiccensusdetails\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata