Overview
Continual.io’s frameworks provide a common structure for our systems. The primary components include:
Comonent | Description |
---|---|
Assembly | Assembly is an instantiation system that we use to build processes from service components. |
Events | Our event stream processing config and runtime. |
HTTP | Our framework for building HTTP-based service endpoints. |
IAM | Our identity and access management framework. This is mainly intended to provide a uniform interface over various authn/authz mechanisms, but we do have some basic implementations. |