Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 4 hours ago
Active Projects at the End of CY 2021 with Goals
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 \"highways-hidot-hawaii-gov/active-projects-at-the-end-of-cy-2021-with-goals-g7hg-x3jk\".\"active_projects_at_the_end_of_cy_2021_with_goals\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.