Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Community Registry
The City of Austin Community Registry is an important communications tool for neighborhoods and others to be notified of issues relating to their area. Registration provides a means for notification of upcoming zoning issues.Boundaries for community registry are not standardized and can take the geography desired by the registrant.
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/community-registry-akk9-xup9\".\"community_registry\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata