Microservices Orchestration
-
Orchestration vs Choreography
Learn about the benefits and disadvantages of using Orchestration or Choreography for your microservice architecture.
-
Boosting your microservice architecture with message broker...
With Amazon SQS, SNS, and Lambda Connectors, as well as Kafka and RabbitMQ Connectors, microservice choreography and orchestration get even closer together.
-
7 Best Programming Languages for Microservices
Microservices are an architectural style that structures an application as a collection of services that are: Highly maintainable and testable Loosely coupled Independently deployable Organized around business capabilities Owned by a small team Conway’s Law states that “any organization that designs a system (defined broadly) will produce a design whose structure is a copy of the organization’s communication structure”. If your organization has multiple teams working on different parts of a larger system, then microservices can serve as a separation of concerns that map an independent, encapsulated service to a specific team. These teams have clear boundaries of responsibility and can deploy on their own schedule. These factors lend themselves to a polyglot approach. What this means is that because...
-
Could Process Orchestration be the “Glue” for...
The API economy is taking off, propelled by an explosion of activity across API tools and platforms. According to a 2021 report from Postman, developers reported spending nearly half of their time working on APIs, and 94% of companies planned to increase their investments in APIs in 2022. API-first development is also gaining traction, with an impressive 67% of companies embracing this methodology. Companies like Twilio and Stripe emerged as early winners in this new economy, with the promise of many more to come. APIs offer organizations an opportunity to tap into best-of-breed software components without having to spend precious time or development resources creating them from scratch. With that said, an often-overlooked aspect of the API economy is how...
-
3 Superpowers for Next Level Microservices Orchestration...
All the questions we didn't have time to answer at the recent 3 Superpowers for Next Level Microservices Orchestration webinar
-
Maximus Modernizing and Maximizing Their Potential
Is less really more? Maximus embraced microservices orchestration to gain reduced software license, implementation and infrastructure costs.
-
Intelligent Process Automation with Camunda and Amazon...
Our partner Novatec combined Business Process Management with Artificial Intelligence, and the result was awesome!
-
Communication Between Loosely Coupled Microservices
In our recent webinar titled “Communication Between Loosely Coupled Microservices” we got a lot of great questions and because of the limited time some were left unanswered. As community questions are really important to me I want to follow my tradition to answer remaining questions in a blog post (as I have for example also done roughly a year ago in “Webinar FAQ for Monitoring & Orchestrating Your Microservices Landscape using Workflow Automation”). What Was The Webinar About? You can find the slides (here) and recording (here) online. The webinar covered different styles of communication. This was explained by looking at how ordering food works: Synchronous blocking: A call uses a synchronous protocol, like HTTP, and blocks for the result. This is you, calling a pizza...