Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 3 hours ago
Emergency Assistance by Location
Applications for emergency assistance by applicants' location. Funding is through the Ramsey County Investment and Support Efforts (RISE) program in 2021. The RISE program was established using funding from the federal government through the Coronavirus Aid, Relief and Economic Security (CARES) Act.
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 \"ramseycounty-us/emergency-assistance-by-location-cnpg-xnui\".\"emergency_assistance_by_location\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata