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: 24 days ago
JSON representation

A programmable, observable and distributed job orchestration system.

Lists

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.

---