All Projects → ow2-proactive → Scheduling

ow2-proactive / Scheduling

Licence: agpl-3.0
Multi-platform Scheduling and Workflows Engine

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Scheduling

Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (+127.27%)
Mutual labels:  scheduler, scheduling
Quartzite
Quarzite is a thin idiomatic Clojure layer on top the Quartz Scheduler
Stars: ✭ 194 (+340.91%)
Mutual labels:  scheduler, scheduling
Frame Scheduling
Asynchronous non-blocking running many tasks in JavaScript. Demo https://codesandbox.io/s/admiring-ride-jdoq0
Stars: ✭ 64 (+45.45%)
Mutual labels:  scheduler, scheduling
croner
Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
Stars: ✭ 169 (+284.09%)
Mutual labels:  scheduler, scheduling
Sparklens
Qubole Sparklens tool for performance tuning Apache Spark
Stars: ✭ 345 (+684.09%)
Mutual labels:  scheduler, scheduling
Active workflow
Turn complex requirements to workflows without leaving the comfort of your technology stack.
Stars: ✭ 413 (+838.64%)
Mutual labels:  scheduler, scheduling
Cylc Flow
Cylc: a workflow engine for cycling systems. Repository master branch: core meta-scheduler component of cylc-8 (in development); Repository 7.8.x branch: full cylc-7 system.
Stars: ✭ 154 (+250%)
Mutual labels:  scheduler, scheduling
coo
Schedule Twitter updates with easy
Stars: ✭ 44 (+0%)
Mutual labels:  scheduler, scheduling
King.Service
Task scheduling for .NET
Stars: ✭ 34 (-22.73%)
Mutual labels:  scheduler, scheduling
Couler
Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.
Stars: ✭ 405 (+820.45%)
Mutual labels:  scheduler, distributed-computing
Quartznet
Quartz Enterprise Scheduler .NET
Stars: ✭ 4,825 (+10865.91%)
Mutual labels:  scheduler, scheduling
Gantt Schedule Timeline Calendar
Gantt Gantt Gantt Timeline Schedule Calendar [ javascript gantt, js gantt, projects gantt, timeline, scheduler, gantt timeline, reservation timeline, react gantt, angular gantt, vue gantt, svelte gantt, booking manager ]
Stars: ✭ 990 (+2150%)
Mutual labels:  scheduler
Enkits
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
Stars: ✭ 962 (+2086.36%)
Mutual labels:  scheduling
Xxl Job Dotnet
xxl-job is a lightweight distributed task scheduling framework, and this package provide a dotnet executor client for it
Stars: ✭ 31 (-29.55%)
Mutual labels:  scheduling
Breaker
Circuit breaker for HTTP requests in Elixir
Stars: ✭ 30 (-31.82%)
Mutual labels:  distributed-computing
Arcon
Runtime for Writing Streaming Applications in Rust.
Stars: ✭ 44 (+0%)
Mutual labels:  distributed-computing
Cronicle
A simple, distributed task scheduler and runner with a web based UI.
Stars: ✭ 979 (+2125%)
Mutual labels:  scheduler
Pycos
Concurrent, Asynchronous, Distributed, Communicating Tasks with Python
Stars: ✭ 30 (-31.82%)
Mutual labels:  distributed-computing
Data Algorithms Book
MapReduce, Spark, Java, and Scala for Data Algorithms Book
Stars: ✭ 949 (+2056.82%)
Mutual labels:  distributed-computing
Docker Airflow
Repo for building docker based airflow image. Containers support multiple features like writing logs to local or S3 folder and Initializing GCP while container booting. https://abhioncbr.github.io/docker-airflow/
Stars: ✭ 29 (-34.09%)
Mutual labels:  scheduler

ProActive Workflows & Scheduling

Build Status

You can download binaries and access a trial platform for free at:

http://activeeon.com/register/web-download

Quick start

To run ProActive Scheduler (server part):

$> ./bin/proactive-server

This will start all components, including 4 local nodes and Web portals. URLs to access them will be displayed in the server's output.

From here you can submit a job to the Scheduler, using for instance the XML files in samples/proactive-examples.

To run the command line client:

$> ./bin/proactive-client

To start a node:

$> ./bin/proactive-node -r SCHEDULER_URL

Building from sources

You can build a distribution that contains all binaries with ./gradlew build (linux/mac) or gradlew build (windows).

This will produce the following archives:

build/distributions/
├── scheduling-XXXXX-SNAPSHOT.tar
└── scheduling-XXXXX-SNAPSHOT.zip

Documentation

http://doc.activeeon.com

Enjoy ProActive Workflows & Scheduling!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].