Port of Los Angeles - Historical TEU Statistics
Port of Los Angeles - Historical TEU Statistics: A "TEU" is a "twenty-foot equivalent unit," which is a standard measurement of shipping cargo based on a twenty-foot long shipping container.
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 \"lacity/port-of-los-angeles-historical-teu-statistics-38a8-tm7u\".\"port_of_los_angeles_historical_teu_statistics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.