Skip to content

innovationgarage/GeoCloud-es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoCloud-es

A tool to upload a GPSD JSON feed received over a tcp connection into Elastic Search. Inserts positional and non-positional messages in separate indexes, and annotates positional messages with the latest type 5 message from the same MMSI.

Usage:

python gpsd2es.py config.json

Docker

docker build --tag geocloud-es .

docker run \
  -p 1024:1024 \
  -e 'CONFIG={"es_host" : "192.168.0.1:9200", "connections": [{"handler": "source", "type": "listen", "address": "tcp:1024"}]}' \
  geocloud-es

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published