All Projects → theeye-io-team → theeye-of-sauron

theeye-io-team / theeye-of-sauron

Licence: AGPL-3.0 license
TheEye Dockers and QuickStart

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to theeye-of-sauron

dispatcher
Dispatcher is an asynchronous task queue/job queue based on distributed message passing.
Stars: ✭ 60 (+122.22%)
Mutual labels:  queue, tasks, jobs
zenaton-node
⚡ Node.js library to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 50 (+85.19%)
Mutual labels:  workflow-engine, jobs, workflow-automation
Flask Rq2
A Flask extension for RQ.
Stars: ✭ 176 (+551.85%)
Mutual labels:  queue, tasks, jobs
Cadence Java Client
Java framework for Cadence Workflow Service
Stars: ✭ 85 (+214.81%)
Mutual labels:  workflow-engine, task-scheduler, task-queue
joobq
JoobQ is a fast, efficient asynchronous reliable job queue and job scheduler library processing. Jobs are submitted to a job queue, where they reside until they are able to be scheduled to run in a computing environment.
Stars: ✭ 26 (-3.7%)
Mutual labels:  queue, tasks, jobs
celery.node
Celery task queue client/worker for nodejs
Stars: ✭ 164 (+507.41%)
Mutual labels:  queue, workers, task-queue
unify-flowret
A lightweight Java based orchestration engine
Stars: ✭ 57 (+111.11%)
Mutual labels:  workflow-engine, bpm, workflow-automation
orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
Stars: ✭ 61 (+125.93%)
Mutual labels:  queue, task-scheduler, task-queue
spinach
Modern Redis task queue for Python 3
Stars: ✭ 46 (+70.37%)
Mutual labels:  queue, tasks, jobs
psched
Priority-based Task Scheduling for Modern C++
Stars: ✭ 59 (+118.52%)
Mutual labels:  queue, task-scheduler, task-queue
Workq
Job server in Go
Stars: ✭ 1,546 (+5625.93%)
Mutual labels:  queue, workers, jobs
Stevejobs
A simple jobs queue that just works (for Meteor.js)
Stars: ✭ 195 (+622.22%)
Mutual labels:  queue, jobs
Redis Smq
A simple high-performance Redis message queue for Node.js.
Stars: ✭ 230 (+751.85%)
Mutual labels:  queue, jobs
tasq
A simple task queue implementation to enqeue jobs on local or remote processes.
Stars: ✭ 83 (+207.41%)
Mutual labels:  queue, task-queue
flask-redis-docker
A minimal template for dockerized flask app with redis task queue
Stars: ✭ 49 (+81.48%)
Mutual labels:  queue, task-queue
postier
Postier is a Laravel API automation platform to transfer data and to sync apps. You can build workflows with data and actions of multiple apps and apply logics to the data!
Stars: ✭ 55 (+103.7%)
Mutual labels:  workflow-engine, workflow-automation
activiti-examples
Alfresco Process Services powered by Activiti Examples.
Stars: ✭ 58 (+114.81%)
Mutual labels:  tasks, bpm
workq
A super tiny work queue
Stars: ✭ 38 (+40.74%)
Mutual labels:  queue, jobs
Simpleue
PHP queue worker and consumer - Ready for AWS SQS, Redis, Beanstalkd and others.
Stars: ✭ 124 (+359.26%)
Mutual labels:  queue, workers
qless-php
PHP Bindings for qless
Stars: ✭ 25 (-7.41%)
Mutual labels:  queue, jobs

TheEye

What is TheEye?

TheEye is a low-code process automation platform developed in NodeJS. Best used as BPM, Rapid Backoffice Development (RDA), Policy Manager and processes' hub. Technically TheEye is a choreographer.

Architecture

Image of TheEye-overview

If you want more information please read the https://documentation.theeye.io

Install all theeye components on a single machine

Pre-Requisites

docker and docker compose installed.

Docker: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04

Docker-compose: https://docs.docker.com/compose/install/

verify it by running:

docker ps

If you have some permision issue add your user to the docker's group:

sudo groupadd docker
sudo usermod -aG docker $USER

Automatic installation

  1. Clone: git clone https://github.com/theeye-io-team/theeye-of-sauron && cd theeye-of-sauron

  2. run: ./quickstart.sh

  3. Navigate to http://localhost:6080

Manual installation

You may want to install TheEye from its source code, as if you were compiling it yourself. If that's the case, you can check this guide to learn how to deploy TheEye's database as a standalone image. You will also need to deploy the Web interface, the Supervisor and the Gateway from their respective repos

Note: This is only intended for developers that intend to work on TheEye's source code. For regular users, please follow the easy automatic installation tutorial instead

Documentation

https://documentation.theeye.io

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].