Architecture
Last updated
Last updated
Oktopus Controller backend is made up of some microservices written in Go because of the language versatility, speed, and small resource usage footprint. All the microservices communicate with each other through NATS, which is a robust message system, really fast, built for IoT and edge applications. The database picked is MongoDB, which makes possible to have flexible data, saved in the right manner based on our needs.
The frontend is made with the most modern frameworks and design system available in the market. It has the Material UI components lib integrated with NextJS, which ensures a smooth single page app experience.
All the different protocols used to manage the devices are abstracted to NATS message system, this allow us to have different components/services deployed in different servers, and locations, as long as the connection to NATS cluster is maintained.
Software components are deployed within Docker containers. The most straigthforward way to install Oktopus Controller is using docker compose. For high availability production environments we suggest to use Kubernetes.