Open repository in Console
Readme
Updated 7 years ago
‧ Indexed 11 months ago
TIP 2018 Projects 6_15_2018
This dataset represents projects mapped as part of the 2018 TIP.
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 \"bayareametro-gov/tip-2018-projects-6152018-veta-svaa\".\"tip_2018_projects_6152018\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.