FY2014 School Staff Positions & Cost
Number of Staff Positions and School Personnel Costs, based on 2013-2014 school year.
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-school-staff-positions-cost-daft-kw6v\".\"fy2014_school_staff_positions_cost\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.