Education Directory
This dataset contains the official listing of all public educational organizations in Connecticut. Data elements include district name, school name, organization type, organization code, address, open date, interdistrict magnet status and grades offered.
Included data are collected by the CT State Department of Education (CSDE) through the Directory Manager (DM) portal in accordance with Connecticut General Statute (C.G.S.) 10-4. This critical information is used by other data collection systems and for state and federal reporting.
For more information regarding DM, please visit http://www.csde.state.ct.us/public/directorymanager/default.asp
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 \"ct-gov/education-directory-9k2y-kqxn\".\"education_directory\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.