MMP Summary QTData
Medical Marijuana Program progress summary reported on a quarterly basis.
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/mmp-summary-qtdata-277h-q3j6\".\"mmp_summary_qtdata\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.