Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 467 Bytes

components.md

File metadata and controls

17 lines (15 loc) · 467 Bytes

Microservice Components

The APIcrud framework includes the source code, Docker image definitions and Kubernetes resource definitions to operate and rapidly iterate on a scalable web-facing service with these components:

APIcrud UI
├── APIcrud API
├── messaging worker
├── media API
├── media processor
├── mariadb database
├── prometheus metrics collector
├── rabbitMQ message broker
└── redis memory cache