Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VerneMQ Kinesis Plugin

This is a VerneMQ plugin that aggregates and sends MQTT messages to AWS Kinesis.

Prerequisites

  • A recent version of Erlang OTP(19 recommended).

How to compile this plugin

This project uses Rebar3 as a build tool and can be compiled running:

rebar3 compile

How to enable the plugin on VerneMQ

Manually enable

vmq-admin plugin enable --name=vernemq_kinesis --path=<PathToYourPlugin>/vernemq_kinesis/_build/default/lib/vernemq_kinesis

Permanently enable (On VerneMQ start)

Add the following to the vernemq.conf file.

plugins.vernemq_kinesis = on
plugins.vernemq_kinesis.path = <PathToYourPlugin>/vernemq_kinesis/_build/default/lib/vernemq_kinesis

Configuration

The following settings are available for this plugin:

They can be added to the vernemq.conf file.

About

VerneMQ plugin that aggregates and sends MQTT messages to AWS Kinesis.

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages