Cubic Platform is a backend project using Microservice Architecture.
This repository contains:
- Source code.
Dockerfiles
&docker-compose
scripts.- Documents.
- CI/CD integration settings.
This project is the backend service of the application that helps doctors diagnosing and communication remotely.
The solution includes:
- Client-side application
- Hardware devices(e.g. camera, video encoding/decoding box, etc.)
- Server-side service
You can clone the repository wherever you want.
$ git clone https://github.com/dantin/cubic-platform.git && cd cubic-platform
$ make image
$ make images
This is only a documentation page. You can find out more on here.
- Consul - Registry.
- RabbitMQ - AMQP messaging broker.
- Keycloak - Identity and Access Management support.
Suggestions and improvements welcome!
Feel free to Open an issue or submit PRs.
BSD 3 Clause © David Ding