/TiamatMemories

Receive, organize and save data to feed Tiamat services

Primary LanguageC#MIT LicenseMIT

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.