All Projects → opentraffic → Csv Loader

opentraffic / Csv Loader

Licence: gpl-3.0
OTv1: Command line tool for pushing CSV data into traffic ingest via HTTP or Kinesis

Programming Languages

java
68154 projects - #9 most used programming language

csv-loader

Command line tool for pushing CSV data into traffic ingest via HTTP or Kinesis

Usage Instructions

Requires Java 1.8+

  1. Download latest release build from the releases page or build from source
  2. Install and launch traffic-engine-app (https://github.com/opentraffic/traffic-engine-app)
  3. Format vehicle location data as CSV with the format "unique_vehicle_id,utc_timestamp,lat,lon"
  4. Run app
java -jar target/csv-loader.jar -f [path to CSV file] -u http://localhost:4567/locationUpdate

Build Instructions

  1. git clone
  2. mvn package
  3. Built packages in target/csv-loader.jar
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].