SafeGraph POI Visitor Count
Business listings and visitor count data for businesses in the Chattanooga area. Data made available by SafeGraph https://services.arcgis.com/DO4gTjwJVIJ7O9Ca/arcgis/rest/services/POI_visits_2020_03_29/FeatureServer
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 \"internal-chattadata/safegraph-poi-visitor-count-6v8k-2rhk\".\"safegraph_poi_visitor_count\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.