Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theycallmemac/odin
A programmable, observable and distributed job orchestration system.
https://github.com/theycallmemac/odin
automation cron distributed distributed-systems go golang job-scheduler nodejs observability odin orchestration productivity python raft scheduling typescript workflow-automation workflow-engine workflow-management workflows
Last synced: about 1 month ago
JSON representation
A programmable, observable and distributed job orchestration system.
- Host: GitHub
- URL: https://github.com/theycallmemac/odin
- Owner: theycallmemac
- License: mit
- Created: 2020-05-16T20:00:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T18:07:33.000Z (about 1 year ago)
- Last Synced: 2024-10-02T11:12:29.761Z (2 months ago)
- Topics: automation, cron, distributed, distributed-systems, go, golang, job-scheduler, nodejs, observability, odin, orchestration, productivity, python, raft, scheduling, typescript, workflow-automation, workflow-engine, workflow-management, workflows
- Language: Go
- Homepage:
- Size: 19.3 MB
- Stars: 471
- Watchers: 8
- Forks: 20
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repositories - theycallmemac/odin - A programmable, observable and distributed job orchestration system. (Go)
README
![Odin Logo](https://i.imgur.com/cwmb5j4.png)
![Go Report Badge](https://goreportcard.com/badge/github.com/theycallmemac/odin) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Odin Engine](https://github.com/theycallmemac/odin/workflows/Odin%20Engine/badge.svg) ![Odin CLI](https://github.com/theycallmemac/odin/workflows/Odin%20CLI/badge.svg) ![Go Odin SDK](https://github.com/theycallmemac/odin/workflows/Go%20Odin%20SDK/badge.svg) ![Python Odin SDK](https://github.com/theycallmemac/odin/workflows/Python%20Odin%20SDK/badge.svg) ![Node.js Odin SDK](https://github.com/theycallmemac/odin/workflows/Node.js%20Odin%20SDK/badge.svg) ![Bash Odin SDK](https://github.com/theycallmemac/odin/workflows/Bash%20Odin%20SDK/badge.svg)
[![Discord](https://img.shields.io/badge/chat-Join%20us!-green?style=for-the-badge&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/BpNSC5v)
## π Overview
Odin is a programmable, observable and distributed job orchestration system which allows for the scheduling, management and unattended background execution of user created tasks on Linux based systems.
Job schedulers by definition are supposed to eliminate toil, a kind of work tied to running a service which is manual, repetitive and most importantly, automatable. While Odin cares about what is to be executed and when it will be executed, Odin is equally concerned with the expected behaviour of your job, which is described entirely by the userβs code.
This observability is achieved through a web facing user interface which displays job logs and metrics. All of this is gathered through the use of Odin Libraries written in Go, Node.js and Python.
Odin can infer the internal state of jobs by leveraging these libraries, which in turn can be used to speed up the debugging process associated with jobs which yield unexpected behaviour.
## π§ Installation
To install Odin please consult the [installation guide](https://github.com/theycallmemac/odin/blob/master/INSTALL.md) for a quick walkthrough on setting up the system.
## π Usage
You can check out the documentation for using Odin [here](https://github.com/theycallmemac/odin/blob/master/DOCS.md).
## π€ Author
**James McDermott**
- Email:
- Twitter: [@theycallmemac_](https://twitter.com/theycallmemac_)
- Github: [@theycallmemac](https://github.com/theycallmemac)## βοΈ Show your support
Give a βοΈ if this project helped you!
## π License
Copyright Β© 2020 [James McDermott](https://github.com/theycallmemac)
This project is [MIT](https://github.com/theycallmemac/odin/blob/master/LICENSE) licensed.---