Skip to content

canionlabs/TiamatMemories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

How to Run ?

  1. Run a MQTT Broker, like Mosquitto or RabbitMQ;
  2. Run the Memory Project:
$ cd Memory
$ dotnet run
  1. Publish a message to the entrypoint topic, this will make the orchestrator create a new Worker to listen to the topic on the message:
$ mosquitto_pub -t data/entrypoint -m <requested_topic>
  1. A Worker will be created/reutilized to listen to the new topic.
  2. Now you can publish to the same topic and view the message popup on the terminal.

About

Receive, organize and save data to feed Tiamat services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages