项目作者: mamosk

项目描述 :
ThingsBoard IoT platform with Cassandra database and Kafka queue service, for MQTT demos and tests.
高级语言:
项目地址: git://github.com/mamosk/thingsboard-cassandra-kafka.git
创建时间: 2020-08-04T04:08:19Z
项目社区:https://github.com/mamosk/thingsboard-cassandra-kafka

开源协议:Apache License 2.0

下载


ThingsBoard MQTT

ThingsBoard IoT platform
with Cassandra database
and Kafka queue service,
for MQTT demos and tests.

Get started

To spin up the services:

  1. make sure you are using Linux or MacOS

    to run Linux in Windows
    you can use WSL

  2. make sure you have
    Docker and
    Docker Compose
  3. clone the repo
    — follow this guide
  4. run following commands:

    1. cd /path/to/the/repo # replace with actual path
    2. docker-compose up -d
  5. open your ThingsBoard login page at http://localhost:9090

  6. use following default credentials:

MQTT

To send MQTT messages:

  1. open the websocket client
    by HiveMQ
  2. connect to the public broker: broker.mqttdashboard.com
  3. publish messages to the topic: mk/thingsboard

Made with 🧡 by Fabio Michelini