State of CT Expense Data 2012 – Present
Expense data from 2012 through the present. Data used in the <a href="https://osc.ct.gov/openCT/index.html">Open Connecticut application</a>.
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 \"ct-gov/state-of-ct-expense-data-2012-present-43fc-9893\".\"state_of_ct_expense_data_2012_present\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.