Your Tax Dollars at Work
Breakdown of what percent of each tax dollar paid to the County is spent. Using Shared Vision 2025 community outcomes as the long-term direction for County programs and services, the budget allocates resources to those areas that can significantly contribute to building a healthy, safe, livable, prosperous, environmentally conscious and sustainable community.
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-smcgov/your-tax-dollars-at-work-uzxy-yhzg\".\"your_tax_dollars_at_work\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.