Capital Planning Proposal Lines (Gold Copy)
A consolidated dataset shared with Hub. It contains all CIP Proposal lines with related Project details. This Dataset includes excluded lines. For a view of the current state of the Plan, filter to Most Current and Included.
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 \"budget-qa-reporting-data-socrata/capital-planning-proposal-lines-gold-copy-ue9x-hnvs\".\"capital_planning_proposal_lines_gold_copy\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.