FIN - Core IT Systems on Modern Platform
Ongoing measure of critical business solutions executing on technology platforms that meet our current goals for reliability, maintainability, support, cost, and security. Both the list of solutions and the current platform goals can change over time.
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 \"internal-open-piercecountywa-gov/fin-core-it-systems-on-modern-platform-ca5b-4xi9\".\"fin_core_it_systems_on_modern_platform\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.