Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 295 Bytes

Creates fake tracks in real-time and adds them to Elasticsearch.

It uses a seed-file for geojson-lines (tracks.json), along which the tracks are generated.

Install dependencies:

npm install

Generate tracks:

node ./generate_tracks.js

Show docs:

node ./generate_tracks.js --help