Awesome
Conductor is a platform originally created at Netflix to orchestrate microservices and events. Conductor OSS is maintained by the team of developers at Orkes along with the members of the open source community.
Conductor OSS
This is the new home for the Conductor open source going forward (previously hosted at Netflix/Conductor).
The last published version of Netflix Conductor will be 3.15.0 which we will continue to support.
If you would like to participate in the roadmap and development, please reach out.
⭐ This repository
Show support for the Conductor OSS. Please help spread the awareness by starring this repo.
Getting Started
Using Docker (Recommended)
Follow the steps below to launch the docker container:
docker compose -f docker/docker-compose.yaml up
- Navigate to http://localhost:5000 once the container starts to launch UI.
- APIs are accessible at http://localhost:8080
- Swagger Docs:http://localhost:8080/swagger-ui/index.html?configUrl=/api-docs/swagger-config#/
Database Requirements
- The default persistence used is Redis
- The indexing backend is Elasticsearch (7.x)
Configuration for various database backends
Backend | Configuration |
---|---|
Redis + ES7 | config-redis.properties |
Postgres | config-postgres.properties |
Postgres + ES7 | config-postgres-es7.properties |
MySQL + ES7 | config-mysql.properties |
Other Requirements
- JDK 17+
- UI requires Node 14 to build. Earlier Node versions may work but are untested.
Building From Source
If you wish to build your own distribution, you can run ./gradlew build
from this project that products the runtime artifacts.
The runnable server is in server/ module.
Conductor OSS Roadmap
See the roadmap for the Conductor
Resources
Slack Community
We have an active community of Conductor users and contributors on the channel.
Documentation Site
Documentation and tutorial on how to use Conductor
Discussion Forum: Please use the forum for questions and discussing ideas and join the community.
Conductor SDKs
Conductor supports creating workflows using JSON and Code.
SDK support for creating workflows using code is available in multiple languages and can be found at https://github.com/conductor-sdk
Get Support
There are several ways to get in touch with us: