DWP Audits
A database of audits completed by the Internal Audit section of the Department of Water and Power (DWP). These audits are not validated or verified by the Controller's Internal Audit Division, and represent the work of auditors directly employed by the DWP.
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 \"controllerdata-lacity/dwp-audits-viv7-zkxd\".\"dwp_audits\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.