Deployment and Scale
PURISTA supports multiple deployment styles.
Choose based on team structure, operational maturity, and scaling requirements.
Deployment options
- Monolithic: simplest operational model, good default start.
- Edge: lightweight local/IoT deployments.
- Microservice style: independent service deployment and scaling.
- Serverless/FaaS: function-oriented hosting model.
How to choose
- Start with monolithic if you need fastest delivery and lowest ops overhead.
- Move to microservice style when teams/services need independent release cycles.
- Use edge for constrained environments or on-device preprocessing.
- Consider serverless for bursty workloads and platform-managed scaling.
