Constant Contact Subscribers
The City issues press releases and service notifications through a Constant Contact email distribution list. This measure tracks the numbers of subscribers that have signed up to receive emails from the City of Janesville Press Release list.
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-ci-janesville-wi-us/constant-contact-subscribers-2nsr-c6p7\".\"constant_contact_subscribers\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.