-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas for project structure, data model, suggestions for interacting system components, e.t.c. #9
Comments
We decided to use English. Please change the issue |
in progress with data model... |
Abstract project architecture.I propose this abstract project structure: erDiagram
TELEGRAM-API |o..o| Proxy : ""
Proxy |o..|{ Client : ""
Proxy |o--o| Backend : "external network"
Proxy |o--o| TelegramBot : "external network"
Backend }o--o| Postgresql : "internal network; self database"
Backend }o--o| RabbitMQ : "internal network; AMQP, Message Queue"
TelegramBot }o--o| Postgresql : "internal network; self database"
TelegramBot }o--o| RabbitMQ : "internal network; AMQP"
Dramatiq }o--o| RabbitMQ : "internal network; Message Queue"
Dramatiq-periodic }o--o| RabbitMQ : "internal network; Static periodic tasks"
|
Идеи по концепции, модели данных, структуре проекта. Предложения по взаимодействию компонентов системы, и.т.д.
The text was updated successfully, but these errors were encountered: