[Haskell-cafe] [ANN] Linode package
Sebastian
arnaudpourseb at gmail.com
Tue Nov 24 17:51:43 UTC 2015
Hello everybody,
I'm happy to announce the initial release of the Linode package. It
contains bindings to the Linode API and a few user friendly routines to
setup and destroy VPS instances.
The next major release will cover private IPs and load balancing.
Hackage: http://hackage.haskell.org/package/linode
Github: https://github.com/Helkafen/haskell-linode
A working example is provided in the docs. It creates one linode instance
and performs a dummy install:
https://hackage.haskell.org/package/linode-0.1.0.4/docs/Network-Linode.html
Use cases include:
- Running some daily batch, with one or several instances
- Dynamically adding some resources to a long running process
- Anything you would normally do with a VPS
Ideas, contributions and feedback are welcome!
--
Sebastian de Bellefon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151124/5b341c35/attachment.html>
More information about the Haskell-Cafe
mailing list