kingcounty-gov/major-us-open-data-domains-waaj-pqt3
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 9 months ago
Indexed 2 hours ago

Major US Open Data Domains

An incomplete collection of open data domains throughout the U.S. (intended for comparison with King County open data)

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/major-us-open-data-domains-waaj-pqt3\".\"major_us_open_data_domains\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • major_us_open_data_domains