Skip to content

Golang project to publish and consume sensor created data to message brokers

Notifications You must be signed in to change notification settings

mavericks065/SensorStreaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This project's goal is to publish fake sensor data to a messaging system: either RabbitMQ, Kafka or Flink.

First to have it working you need to run :

go get -u github.com/jessevdk/go-flags go get github.com/Shopify/sarama go get -u "github.com/eapache/queue" go get -u "github.com/rcrowley/go-metrics" go get -u "github.com/klauspost/crc32" go get -u "github.com/pierrec/lz4" go get -u "github.com/golang/snappy"

go build

go run /sensor/Sensor.go ... // with the many options

About

Golang project to publish and consume sensor created data to message brokers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages