Open repository in Console
Readme
Updated 8 months ago
‧ Indexed 2 hours ago
Catalog of Enterprise Systems
SB272 requires that local agencies create a catalog of enterprise systems used and that information be made publicly available on the agency’s website. This dataset serves as a repository of such data and will be updated annually.
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 \"roseville-ca-us/catalog-of-enterprise-systems-rvhx-gmk2\".\"catalog_of_enterprise_systems\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.