Section I - The Overall Pattern
Last updated
Was this helpful?
Last updated
Was this helpful?
The DaaS architecture provides the agility to scale and adapt the sourcing, provisioning, and publishing of the data using a combination of the microservice pattern and plugin model.
By sourcing the data through an adaptive layer, we are able to loosely couple our data source from the provisioning.
Using an eventing model removes the process dependency of the data records (unbundled)
Applying a plugin model provides self-orchestrated workflow as well as the agility to change our provisioning with the least amount of impact
Placing a service-based layer between the data consumers and the provisioned data, provides the flexibility to support consumer based contracts (e.g.: security, error handling, scope of dataset)