LTE-V2X Wyoming Connected Vehicle Pilot test ID WV2VMCT-1 vehicle 1
Part of Wyoming Department of Transportation Connected Vehicle Pilot Phase 4. Test case WV2VMCT-1 Verify V2V communication of BSMs vehicle 1 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 \"datahub-transportation-gov/ltev2x-wyoming-connected-vehicle-pilot-test-id-2pc4-cx48\".\"ltev2x_wyoming_connected_vehicle_pilot_test_id\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.