FTE - FY2011 To FY2015 - City Of Providence
Comparison of Providence Full-Time Employee count from July 1, 2010 to July 1, 2014.
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 \"providenceri-gov/fte-fy2011-to-fy2015-city-of-providence-7zmj-rgw2\".\"fte_fy2011_to_fy2015_city_of_providence\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.