Small Business Administration Loans
Data on all 504 and 7A loans for Chattanooga from 2000 to the Present provided by the Federal Small Business Administration.
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 \"chattadata/small-business-administration-loans-m2c6-s837\".\"small_business_administration_loans\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.