Skip to content

rzeszow/einfo-erzeszow-pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bus Routes Per Day For Each Line

  1. Launch docker containers docker-compose up -d
  2. Import ES index mapping mapping.http
  3. Import Grafana dashboard dashboard-single-line.json
clear;    
mvn compile exec:java \
    -Dexec.mainClass=it.kruczek.ztm.Processing.Pipelines.ImportLocalFilesWatcher \
    -Dexec.args="--inputDirectory=${PWD}/data/**.xml --elasticSearchUrl=http://localhost:9200 --elasticSearchUsername=elastic --elasticSearchPassword=changeme --elasticSearchIndex=buses" \
    -Pdirect-runner

Data

All gathered data can be found here

Troubleshooting

max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

sudo sysctl -w vm.max_map_count=262144

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages