Skip to content

Docker image allowing messaging through MQTT natively from YottaDB

Notifications You must be signed in to change notification settings

RamSailopal/YottaDB-MQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YottaDB-MQTT

example workflow

Containerised YottaDB native MQTT subscriber/publisher.

Build using the following code:

https://github.com/informatik-aalen/GTMQTT

Docker image:

https://hub.docker.com/repository/docker/ramb0/yottadb-mqtt

Demo

Gitpod

Open in Gitpod

  1. Create a free/paid Gitpod account - https://www.gitpod.io/

  2. Log into the account

  3. Open a new browser tab and add gitpod.io/#https://github.com/RamSailopal/YottaDB-MQTT to the address - This will create a new Gitpod cloud instance.

  4. Two terminals will run, one will drop you into a YDB prompt and one will subscribe to the topic yottadb/test at test.mosquitto.org and display messages. At the YDB prompt, type the following:

    D CONNECT^MQTT("test.mosqutto.org","1883","","")
    D PUBLISH^MQTT("yottadb/test","test message")
    

You should see test message appear in the other terminal window that shows messages.

About

Docker image allowing messaging through MQTT natively from YottaDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published