Topics include Supply Chain Security, Microservice Management, Neat Tricks, and Contributor insights.
Tuesday, January 05, 2021 in Ortelius News
December Recap and January Events December 8th marks the day the Ortelius project was accepted into the Continuous Delivery Foundation. Congratulations to all. The team celebrated with a ‘Beer and Donuts” zoom party that was attended by over 30 …
Tuesday, December 29, 2020 in Ortelius Committer Insights
Facilitate Microservice Reuse Publishing microservices is the easiest way to share them across teams. If you are a microservice developer, you need a way to inform other application developers that your microservice is available for use, and how to …
Tuesday, December 29, 2020 in Ortelius News
The Ortelius Open Source project accepted as an incubating CDF project Santa Fe, NM – December 8, 2020– DeployHub, creators of the first microservice management platform, today announced that Ortelius, the DeployHub open source core, has been …
Tuesday, December 29, 2020 in Ortelius Committer Insights
Contributed by Tracy Ragan @TracyRagan The term ‘single source of truth’ is often associated with GitOps where a .yaml file stored in Git becomes our primary source of configuration information. However, there is additional data beyond …
Monday, January 01, 0001 in Ortelius News
An Amazing Community of Committers On December 8th, 2021 the Ortelius community hosted its second bi-annual ‘Microservice Visionaries’ gathering to celebrate the community committers of Ortelius, discuss microservice best practices, and …
Monday, January 01, 0001 in Ortelius Committer Insights
Push through caching sequenceDiagram participant UI participant proxy as Reverse Proxy participant ms as Microservice participant normalize as Python Normalize Function participant dbhandler as Python DB Abstraction Function participant arango as …
Monday, January 01, 0001 in Ortelius Committer Insights
Data retrieval using push though cache sequenceDiagram participant UI participant proxy as Reverse Proxy participant ms as Microservice participant denormalize as Python Denormalize Function participant dbhandler as Python DB Abstraction Function …