Skip to content

Example projects demonstrating how to forward incoming MQTT payloads to an ElasticSearch instance in various languages.

License

Notifications You must be signed in to change notification settings

clive-jevons/mqtt-elasticsearch-forwarding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MQTT to ElasticSearch Forwarder

This represents a collection of applications in various languages which do the same thing: Forward incoming messages from an MQTT broker to an ElasticSearch instance.

The point is trying to determine:

  • How easy is it to implement in a given language
  • How well does the solution perform under load

Docker

The infrastructure components (MQTT broker, ES instance, application) are always deployed and run in docker containers. To this end, each project provides a docker-compose.yml which can be used to start the scenario with docker-compose up -d (for example) and then you can track the progress with docker-compose logs -f.

Groovy

See the Groovy subproject.

About

Example projects demonstrating how to forward incoming MQTT payloads to an ElasticSearch instance in various languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published