Transportation Technologies and Best Practices
The objective of this dataset is to create a location where there is a comprehensive list of all technologies, best practices and lessons learned from the Office of International Programs as a whole.
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 \"datahub-transportation-gov/transportation-technologies-and-best-practices-s379-pwfw\".\"transportation_technologies_and_best_practices\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.