From Wikipedia, the free encyclopedia
Conductor
Developer(s) Netflix Team (Originally) Orkes & Open Source contributors (Current)
Initial releaseDecember 8, 2016; 7 years ago (2016-12-08)
Stable release
3.15.0 / March 20, 2023; 12 months ago (2023-03-20)
Repository github.com/conductor-oss/conductor
Written in Java, JavaScript (UI), Python, Go
Platform Linux
License Apache License 2.0
Website www.conductor-oss.org

Conductor is a free and open-source microservice orchestration software platform originally developed by Netflix. [1] [2]

Conductor was developed by Netflix to solve the problems of orchestrating microservices and business processes at scale in a cloud native environment. [3] It was released under the Apache License 2.0 and has been adopted by companies looking to orchestrate their processes at scale in a cloud native environment. [4] [5]

Conductor belongs to a set of software products that allows developers to build resilient, high-scale, cloud-native stateful applications using stateless primitives.

Architecture

Conductor server is written in Java with APIs exposed over HTTP and gRPC interfaces making it possible to do language agnostic development. [6] A set of client libraries are made available by Netflix and community in Java, Python and Go.

Conductor uses a lightweight JSON based schema with rich programming language constructs such as fork/join, switch case, loops and exception handling to define the flows.

At the heart of Conductor is a queuing system that is used to schedule tasks and manage the process flows.  Conductor leverages a pluggable model allowing different implementations of the queuing system.  Open source version uses Dyno-Queues developed at Netflix for queuing as default implementation [7]

The workflows are defined as the orchestration among the tasks which can be a system level construct such as fork, join, switch, loop, an external HTTP endpoint implementing business logic or a task worker running outside of Conductor servers and listening for work to be scheduled by the server. The workers communicate with the server using pre-defined APIs over HTTP or gRPC. Conductor provides lightweight libraries to manage worker states in Java, Python and Go and additional languages can be used to implement logic using provided APIs.

Conductor uses pluggable architecture model allowing for different databases to store its states. The current version has support for Redis (Stand-alone, Sentinel, Cluster and Dynomite), Postgres, Mysql, Cassandra and uses Elasticsearch as indexing mechanism.

The UI is written in ReactJS and provides ability to search, visualize and manage the workflow states.

Cloud Hosted Services

Orkes - was founded by the creators of Netflix Conductor and provides cloud managed offering of Netflix Conductor in various clouds and in data center. [8]

References

  1. ^ "Netflix Conductor, an Orchestration Engine for Microservices". InfoQ. Retrieved 2021-09-22.
  2. ^ "Conductor, the newest tool from Netflix for orchestration of…". en.paradigmadigital.com. Retrieved 2021-09-22.
  3. ^ Blog, Netflix Technology (2016-12-12). "Netflix Conductor: A microservices orchestrator".
  4. ^ "Netflix open-sources Conductor, a microservices orchestration engine". JAXenter. 2016-12-13. Retrieved 2021-09-22.
  5. ^ Krill, Paul (16 December 2016). "Netflix open-sources its microservices orchestrator". InfoWorld. Retrieved 23 September 2021.
  6. ^ "Netflix Conductor, an Orchestration Engine for Microservices". InfoQ. Retrieved 23 September 2021.
  7. ^ Blog, Netflix Technology (2017-04-19). "Distributed delay queues based on Dynomite". Medium. Retrieved 2021-09-19.
  8. ^ Lunden, Ingrid (2022-02-28). "Orkes, founded by the creators of Netflix's open source Conductor workflow orchestration tool, comes out of stealth with $9.3M". TechCrunch. Retrieved 2023-03-09.