Octopus(🐙), an efficient Serverless Workflow Management System. Octopus enables efficient workflow scheduling and execution across different levels of concurrency and cluster scales.
-
Clone the repository:
git clone https://github.com/wqs6x6/octopus.git
-
Install dependencies:
docker-compose up -d
Run the following command to start the program:
First, Worker initialization.
./worker/workers-start.sh
Second, Master initialization.
python3 ./master/start.py
Third, Client initialization.
python3 ./client/test_simulation_invocation.py
This project is licensed under the MIT License.