odin

所属分类:网络编程
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-01-24 02:38:49
上 传 者sh-1993
说明:  一种可编程、可观察和分布式作业编排系统。,
(A programmable, observable and distributed job orchestration system.,)

文件列表:
CODE_OF_CONDUCT.md (3360, 2021-01-22)
CONTRIBUTING.md (2125, 2021-01-22)
DOCS.md (24662, 2021-01-22)
INSTALL.md (3380, 2021-01-22)
LICENSE (1072, 2021-01-22)
Makefile (780, 2021-01-22)
odin-cli/ (0, 2021-01-22)
odin-cli/Makefile (267, 2021-01-22)
odin-cli/cmd/ (0, 2021-01-22)
odin-cli/cmd/odin/ (0, 2021-01-22)
odin-cli/cmd/odin/odin.go (112, 2021-01-22)
odin-cli/go.mod (330, 2021-01-22)
odin-cli/go.sum (13509, 2021-01-22)
odin-cli/pkg/ (0, 2021-01-22)
odin-cli/pkg/commands/ (0, 2021-01-22)
odin-cli/pkg/commands/deploy.go (4664, 2021-01-22)
odin-cli/pkg/commands/deploy_test.go (3197, 2021-01-22)
odin-cli/pkg/commands/describe.go (1321, 2021-01-22)
odin-cli/pkg/commands/describe_test.go (673, 2021-01-22)
odin-cli/pkg/commands/execute.go (1855, 2021-01-22)
odin-cli/pkg/commands/execute_test.go (1203, 2021-01-22)
odin-cli/pkg/commands/generate.go (2492, 2021-01-22)
odin-cli/pkg/commands/generate_test.go (1933, 2021-01-22)
odin-cli/pkg/commands/link.go (1275, 2021-01-22)
odin-cli/pkg/commands/link_test.go (635, 2021-01-22)
odin-cli/pkg/commands/list.go (1031, 2021-01-22)
... ...

![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. ---

近期下载者

相关文件


收藏者