Storm Drain Fee
Storm drain fee payment information, gathered from historical storm drain fee logbooks (2 sets each of pre- and post- 1977 payments). Additional information gathered from historical Microfilm files, Laserfiche Tract and Parcel Maps, and Miscellaneous Building Permits (file 50605.1).
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 \"bayareametro-gov/storm-drain-fee-saug-pgm5\".\"storm_drain_fee\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.