Economic Development Compliance: Chapter 380 Individual Payments and Compliance Reports
This data set provides information on each payment and completed compliance report associated with all executed Chapter 380 agreements. This information is updated regularly to include new payments and adjustments.
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/economic-development-compliance-chapter-380-p6pb-jvsm\".\"economic_development_compliance_chapter_380\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.