Skip to content

dnaeon/gru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c9792f · Feb 27, 2022
Jan 17, 2017
Jan 16, 2017
Jan 16, 2017
Aug 1, 2016
Nov 25, 2016
Jan 16, 2017
Jan 16, 2017
Jan 16, 2017
Jan 16, 2017
Feb 18, 2017
Feb 18, 2017
Jan 16, 2017
Feb 26, 2022
Jan 16, 2017
Aug 30, 2016
Feb 18, 2017
Jan 16, 2017
Sep 15, 2016
Dec 13, 2016
Jan 16, 2017

Repository files navigation

Gru - Orchestration made easy with Go and Lua

Build Status GoDoc Go Report Card Join the chat at https://gitter.im/dnaeon/gru Codewake

Gru is a fast and concurrent orchestration framework powered by Go and Lua, which allows you to manage your UNIX/Linux systems with ease.

Documentation

You can find the latest documentation here.

The API documentation is available here.

Features

  • Written in fast, compiled language - Go
  • Uses a fast, lightweight, embeddable, scripting language as the DSL - Lua
  • Concurrent execution of idempotent operations
  • Distributed - using etcd for node discovery and communication and Git for version control and data sync
  • Easy to deploy - comes with a single, statically linked binary
  • Suitable for orchestration and configuration management

Status

Gru is in constant development. Consider the API unstable as things may change without a notice.

Contributions

Gru is hosted on Github. Please contribute by reporting issues, suggesting features or by sending patches using pull requests.

License

Gru is Open Source and licensed under the BSD License.

References

References to articles related to this project in one way or another.