Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 3 hours ago
CARES Funding for People Experiencing Homelessness
Funding from the Ramsey County Investment and Support Efforts (RISE) program for those experiencing homelessness 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/cares-funding-for-people-experiencing-homelessness-fgf5-srj3\".\"cares_funding_for_people_experiencing_homelessness\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata