GithubHelp home page GithubHelp logo

aruanand / orkes-conductor-community Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orkes-io/orkes-conductor-community

0.0 0.0 0.0 275 KB

Orkes Conductor is a microservices orchestration engine.

License: Other

Shell 0.31% Java 99.69%

orkes-conductor-community's Introduction

Orkes Conductor

Orkes Conductor is a fully compatible version of Netflix Conductor with Orkes certified stack.

CI CI

  ______   .______       __  ___  _______     _______.
 /  __  \  |   _  \     |  |/  / |   ____|   /       |
|  |  |  | |  |_)  |    |  '  /  |  |__     |   (----`
|  |  |  | |      /     |    <   |   __|     \   \    
|  `--'  | |  |\  \----.|  .  \  |  |____.----)   |   
 \______/  | _| `._____||__|\__\ |_______|_______/    
                                                      
  ______   ______   .__   __.  _______   __    __    ______ .___________.  ______   .______      
 /      | /  __  \  |  \ |  | |       \ |  |  |  |  /      ||           | /  __  \  |   _  \     
|  ,----'|  |  |  | |   \|  | |  .--.  ||  |  |  | |  ,----'`---|  |----`|  |  |  | |  |_)  |    
|  |     |  |  |  | |  . `  | |  |  |  ||  |  |  | |  |         |  |     |  |  |  | |      /     
|  `----.|  `--'  | |  |\   | |  '--'  ||  `--'  | |  `----.    |  |     |  `--'  | |  |\  \----.
 \______| \______/  |__| \__| |_______/  \______/   \______|    |__|      \______/  | _| `._____| 

Stack

  1. Redis is the primary store for running workflows.
  2. Postgres for storing completed workflows and indexing enabling full text search.
  3. Orkes-Queues - Redis-based queues that improve upon dyno-queues and providers higher performance and are built from the ground up to support Redis standalone and cluster mode

Dependency Versions

Dependency Supported Version
Redis (Standalone, Cluster or Sentinel) 6.2+
Postgres 14+

Getting Started

Docker

Docker is the easiest way to run Conductor. Each release is published as orkesio/orkes-conductor-community docker images.

Fully self-contained standalone server with all the dependencies

Container images are useful for local development and testing.

Note: Self-contained docker image shouldn't be used in the production environment.

Simple self-contained script to launch the docker image

curl https://raw.githubusercontent.com/orkes-io/orkes-conductor-community/main/scripts/run_local.sh | sh

Using docker run manually (Provides more control)

# Create volumes for persistent stores
# Used to create a persistent volume that will preserve the 
docker volume create postgres
docker volume create redis

docker run --init -p 8080:8080 -p 1234:5000 --mount source=redis,target=/redis \
--mount source=postgres,target=/pgdata orkesio/orkes-conductor-community-standalone:latest

Navigate to http://localhost:1234 once the container starts to launch UI.

Server + UI Docker

docker pull orkesio/orkes-conductor-community:latest

Note: To use a specific version of Conductor, replace latest with the release version. e.g.

docker pull orkesio/orkes-conductor-community:latest

Published Artifacts

  • Group: io.orkes.conductor
  • Artifacts: orkes-conductor-community-{server,persistence,archive}
Artifact Gradle
server implementation 'io.orkes.conductor:orkes-conductor-community-server:VERSION'
persistence implementation 'io.orkes.conductor:orkes-conductor-community-persistence:VERSION'
archive implementation 'io.orkes.conductor:orkes-conductor-community-archive:VERSION'

Production Configuration Recommendations

The container and server jar published come with sensible defaults that work for most use cases.

Contributions

We welcome community contributions and PRs to this repository.

Get Support

Use GitHub issue tracking for filing issues and Discussion Forum for any other questions, ideas or support requests. Orkes development team creates and maintains the Orkes-Conductor releases.

License

Copyright 2022 Orkes, Inc

Licensed under Orkes Community License. You may obtain a copy of the License at:

https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt

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.

orkes-conductor-community's People

Contributors

boney9 avatar cherishsantoshi avatar maryamghani avatar nhandt2021 avatar rizafarheen avatar silent-lad avatar v1r3n avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.