Open repository in Console
Readme
Updated over 5 years ago
‧ Indexed 1 hour ago
Total King County Housing, 2000 - 2010
King County Housing, 2010 U.S. Census; Source: US Census 2010, PL94-171 redistricting file, February 2011
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 \"kingcounty-gov/total-king-county-housing-2000-2010-bs3e-nncv\".\"total_king_county_housing_2000_2010\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.