Re-ops , is a project that takes a different approach for configuration 
management and VM orchestration, by using a live Clojure REPL it enables 
rapid change and flexibility beyond that of existing tools.

It uses pure functions and datastructures to define pipelines and 
operations thus making it more  composable and easy to adapt.

Main components:

Re-core <https://github.com/re-ops/re-core> - for managing VM's accross 
AWS, Digitalocean and KVM (Linux native virtualization).

Re-mote <https://github.com/re-ops/re-mote> - for performing remote 
operations on machines using either SSH or ZeroMQ (re-gent).

Re-gent <https://github.com/re-ops/re-gent> - A ZeroMQ based Agent for 
running distributed clojure functions in rapid intervals.

You can view a short demo that covers the high level API:
  
  https://www.youtube.com/watch?v=pdmGBA9mirs

And a talk I gave about the project: 

   https://www.youtube.com/watch?v=iopuirQuK-s

Feedback is welcome.


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to