Open
0 of 2 issues completedDescription
Let's try to extract at least a couple microservices and see how it goes. I had the idea to split to modules first (see #1002), but it takes time and it seems faster to just extract microservices. Also we can use Docker for that (see #534) or we can go with systemd-services like what we have now.
The candidates:
- country: introduce a microservice #1163 country (let's try Golang)
- category: introduce a microservice #1459 category (let's try JavaScript + Express)
- participant (perhaps, we can try to use Rust, TypeScript, or Python+Flask)