Command line tool for pushing CSV data into traffic ingest via HTTP or Kinesis
Requires Java 1.8+
- Download latest release build from the releases page or build from source
- Install and launch traffic-engine-app (https://github.com/opentraffic/traffic-engine-app)
- Format vehicle location data as CSV with the format "unique_vehicle_id,utc_timestamp,lat,lon"
- Run app
java -jar target/csv-loader.jar -f [path to CSV file] -u http://localhost:4567/locationUpdate
- git clone
- mvn package
- Built packages in target/csv-loader.jar