Skip to content

tiborb/particlemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

particlemap

Particle map based on the ELK stack

setup

pip install elasticsearch

Get the raw csv data

wget --no-check-certificate -O rawdata/particledata.csv https://paste.madflex.de/d9rcQxUT/+inline

Start the container (see: http://spujadas.github.io/elk-docker/#installation)

sudo docker pull sebp/elk
sudo docker run -p 5601:5601 -p 9200:9200 -p 5000:5000 -it --name particlebox sebp/elk

Import data

python particle_import.py

Dashoard http://localhost:5601

About

Interactive dust partice density map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published