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.
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.
Show support for the Conductor OSS. Please help spread the awareness by starring this repo.
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#/
- The default persistence used is Redis
- The indexing backend is Elasticsearch (7.x)
Backend | Configuration |
---|---|
Redis + ES7 | config-redis.properties |
Postgres | config-postgres.properties |
Postgres + ES7 | config-postgres-es7.properties |
MySQL + ES7 | config-mysql.properties |
- JDK 17+
- UI requires Node 14 to build. Earlier Node versions may work but are untested.
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.
See the roadmap for the Conductor
We have an active community of Conductor users and contributors on the channel.
Documentation and tutorial on how to use Conductor
Discussion Forum: Please use the forum for questions and discussing ideas and join the community.
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
There are several ways to get in touch with us: