Ianleeclark / illithid

Programatically create server infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Illithid

In short, Illithid aims to allow you to programatically control server infrastructure.

So, each server you create will have a corresponding pid/Genserver which you can directly interact with to spawn/destroy that server.

How to use

TODO(ian): Add some more info when the API is a little more fleshed out

Installation

def deps do
  [
    {:illithid, "~> 0.1.0"}
  ]
end

Remaining Work

High Priority

  • Jitter and backoff to requests
  • Worker self updater (See: [#11 #11))

Low Priority

  • Add AWS (EC2) support
  • Add Google Cloud (Compute Engine) support
  • Add corresponding Azure support

About

Programatically create server infrastructure

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elixir 100.0%