cetic / fadi

FADI - Ingest, store and analyse big data flows
https://fadi.cetic.be/
Apache License 2.0
46 stars 14 forks source link

MQTT integration #54

Open banzo opened 5 years ago

banzo commented 5 years ago

The stack would benefit from mqtt support: ability to ingest data sent via mqtt protocol.

This means we would need to add an optional mqtt broker component in the architecture:

terence-bigtt commented 5 years ago

This should do the job: https://github.com/smizy/charts/tree/master/mosquitto

banzo commented 5 years ago

Yes, it might be a good starting point, we may want to check it is up to date.

alexnuttinck commented 4 years ago

@banzo, there are a MQTT consumer and producer in nifi. So, is it really needed?

Sellto commented 4 years ago

@alexnuttinck I guess the point is like Kafka. Nifi offers the possibilities of implementing a consumer or producer for Kafka. But Kafka is available in the FADI framework.

So I think, this issues is rather a proposed integration of a MQTT broker in fadi (like mosquitto or emqx)

Sellto commented 4 years ago

emqx : scalable MQTT Broker with a lot of plugin ... there is a emqx helm chart

alexnuttinck commented 4 years ago

So I think, this issues is rather a proposed integration of a MQTT broker in fadi (like mosquitto or emqx)

@Sellto Sure, my bad.