Open repository in Console
Readme
Updated 1 month ago
‧ Indexed 40 minutes ago
Port Profiles by Shipment Type
The dataset provides agricultural import and export shipments by U.S. port and identifies whether the shipments are refrigerated or dry.
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 \"internal-agtransport-usda-gov/port-profiles-by-shipment-type-xdwa-687q\".\"port_profiles_by_shipment_type\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata