imcyee / conductor

Conductor is a microservices orchestration engine.

Home Page:https://netflix.github.io/conductor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conductor

Conductor

Conductor is an orchestration engine that runs in the cloud.

Github release CI License NetflixOSS Lifecycle

Community

Discussion Forum Please use the forum for questions and discussing ideas and join the community.

Access here other Conductor related projects made by the community! - Backup tool, Cron like workflow starter, Docker containers...

Builds

Branch Build
main CI
2.31 Build Status

Running Conductor

The latest version is Github release. Conductor can be started up with an in-memory persistence and queue implementation. It is not recommended for production use but can come in handy for quickly evaluating what Conductor's all about. For actual production use-cases, please use one of the supported persistence and queue implementations.

If Docker is installed, please follow the instructions here.

If Java 11 or above is installed, Conductor publishes an executable jar that can be run using,

java -jar conductor-server-*-boot.jar

Documentation & Getting Started

Documentation
Roadmap

Getting Started guide.

Get Conductor

Binaries are available from Netflix OSS Maven repository.

Below are the various artifacts published:

Artifact Description
conductor-common Common models used by various conductor modules
conductor-core Core Conductor module
conductor-redis-persistence Persistence and queue using Redis/Dynomite
conductor-cassandra-persistence Persistence using Cassandra
conductor-mysql-persistence Persistence and queue using MySQL
conductor-postgres-persistence Persistence and queue using Postgres
conductor-es6-persistence Indexing using Elasticsearch 6.X
conductor-rest Spring MVC resources for the core services
conductor-ui node.js based UI for Conductor
conductor-contribs Optional contrib package that holds extended workflow tasks and support for SQS, AMQP, etc
conductor-client Java client for Conductor that includes helpers for running worker tasks
conductor-client-spring Client starter kit for Spring
conductor-server Spring Boot Web Application
conductor-azureblob-storage External payload storage implementation using AzureBlob
conductor-redis-lock Workflow execution lock implementation using Redis
conductor-zookeeper-lock Workflow execution lock implementation using Zookeeper
conductor-grpc Protobuf models used by the server and client
conductor-grpc-client gRPC server Application
conductor-grpc-server gRPC client to interact with the gRPC server
conductor-test-harness Integration and regression tests

Database Requirements

Other Requirements

  • JDK 11+

Get Support

Conductor is maintained by Media Workflow Infrastructure team at Netflix. Use github issue tracking for filing issues and Discussion Forum for any other questions, ideas or support requests.

Contributions

Whether it is a small documentation correction, bug fix or new features, contributions are highly appreciated. We just ask to follow standard oss guidelines. Discussion Forum is a good place to ask questions, discuss new features and explore ideas. Please check with us before spending too much time, only to find later that someone else is already working on a similar feature.

main branch is the current working branch, while 2.31 branch is the latest stable 2.x branch. Please send your PR's to main branch, making sure that it builds on your local system successfully. Also, please make sure all the conflicts are resolved.

License

Copyright 2021 Netflix, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Conductor is a microservices orchestration engine.

https://netflix.github.io/conductor/

License:Apache License 2.0


Languages

Language:Java 80.1%Language:Groovy 13.4%Language:JavaScript 4.0%Language:Go 1.1%Language:Python 0.7%Language:CSS 0.4%Language:HTML 0.1%Language:Dockerfile 0.1%Language:Shell 0.1%Language:Makefile 0.0%