Giter VIP home page Giter VIP logo

example-orchestrator-beginner's Introduction

example orchestrator (beginner workshop)

Example code for the orchestrator-core beginner workshop from the Workflow Orchestrator programme.

Do the workshop

This repository contains the code that belongs to the orchestrator-core beginner workshop, and can be used as an example in case you are stuck during the workshop exercises. The only files you need to copy are the docker-compose.yml, to create and run the environment used during the workshop, and the orchestrator-core-gui.env that is needed to correctly configure the GUI. Please follow the workshop for further instructions.

Shortcut to working example orchestrator

When in a hurry, or just curious, the example orchestrator can be started by following the instructions below. This example implements the products and workflows for a simple user and user group administration.

First clone this repository:

git clone https://github.com/workfloworchestrator/example-orchestrator-beginner.git

Use docker compose to start the environment and initialize the database:

cd example-orchestrator-beginner
docker compose up

Stop docker compose, copy the migrations to add the products and workflows to the database, and start the environment again:

# ^C
cp -av examples/*add_user_and_usergroup* migrations/versions/schema
docker compose up

Now point your browser to http://localhost:3000/ and have a look around. You can use the New Process button to create subscription on the defined products.

example-orchestrator-beginner's People

Contributors

mark90 avatar hanstrompert 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.