Open repository in Console
Readme
Updated over 9 years ago
‧ Indexed 12 months ago
FY2014 General Information - All Schools (2013-2014)
2013-2014 School Information, including contact information, phone, fax, and website data.
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 \"montgomeryschoolsmd/fy2014-general-information-all-schools-20132014-9jfa-agkz\".\"fy2014_general_information_all_schools_20132014\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.