Skip to content

erlangsters/orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTPless Orchestrator

A re-implementation of the supervisor behavior (from the OTP framework) for the OTPless distribution of Erlang.

🚧 It's a work-in-progress, use at your own risk.

Written by the Erlangsters community and released under the MIT license.

Getting started

XXX: To be written.

Using it in your project

With the Rebar3 build system, add the following to the rebar.config file of your project.

{deps, [
  {otpless_orchestrator, {git, "https://github.com/erlangsters/otpless-orchestrator.git", {tag, "master"}}}
]}.

If you happen to use the Erlang.mk build system, then add the following to your Makefile.

BUILD_DEPS = otpless_orchestrator
dep_otpless_orchestrator = git https://github.com/erlangsters/otpless-orchestrator master

In practice, you want to replace the branch "master" with a specific "tag" to avoid breaking your project if incompatible changes are made.

About

The re-implemented 'supervisor' behavior for OTPless Erlang.

Resources

License

Stars

Watchers

Forks