Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.38 KB

technical-architecture.md

File metadata and controls

13 lines (8 loc) · 1.38 KB

Technical architecture

At it's heart, Caluma offers a GraphQL API for forms and workflows. It is typically deployed in a container using standard tools (e.g. Kubernetes) and is backed by a PostgreSQL database. The frontend is custom-built for each project, but standard components (addons) exist for Ember.js, allowing the rapid development of applications. Caluma doesn't handle authentication by itself, but instead requires an IAM application that supports OpenID connect.

The following services are not part of Caluma, but were designed to work well with it:

These services are usually deployed in separate containers. Since all services build on a common technology stack (Python/Django), it is also possible to implement a tighter integration by installing them as Django apps to form a single, larger Django application. More details about this can be found in the section how-can-caluma-be-integrated-in-an-existing-technical-landscape.md.