Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 11 months ago
Third Grade Reading Proficiency Measured by CAASPP
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 \"performance-smcgov/third-grade-reading-proficiency-measured-by-caaspp-9bw2-tfdf\".\"third_grade_reading_proficiency_measured_by_caaspp\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata