🌸 An elegant order processing system based on event-driven architecture (EDA) with modular microservices
- Automatic generates reports
- ...
Warning
Please fill data .sectrets.toml which must locates in there.
This Podman image is published on Docker Hub.
1 Pull from Docker Hub
podman pull ...
2 Bring up containers
podman-compose up
1 Clone this Repository via Git
git clone https://github.com/Markushik/mirth.git2 Build up Nix environment
nix developTip
In every services we can see file Taskfile which provides more flexible interaction
graph TD;
User --> Bot;
User --> WebApp;
Bot --> NATS;
WebApp --> NATS;
NATS --> Database;
Some structure- Integration
etcdin system - Add debug tools in project
- Integration
SeaweedFSin system - Add
sulgukin Telgram Bot - Impl script to parse .ftl and interg. to HTML templates
- Config
pre-commit, CI