RackSec / desdemona

Data-backed security operations
Eclipse Public License 1.0
2 stars 7 forks source link

Read and write from Rackspace Cloud Files #2

Open lvh opened 8 years ago

lvh commented 8 years ago

Onyx currently has support for S3 in (but apparently not out). It would be great if we could have Rackspace Cloud Files support as a durable backend, since that gives us high-durability archiving with very low maintenance cost.

jClouds is how you talk to Rackspace Cloud from the JVM, and they have had plans to support Clojure explicitly in the past, that support has all but languished. I have, in the past, tried to make that better when I was working on rackerlabs/otter at https://github.com/lvh/nordschleife/blob/master/src/nordschleife/auto_scale.clj#L54-L80 which may be interesting to an implementor.

lvh commented 8 years ago

Some more research:

lvh commented 8 years ago

I am moving this back to the original milestone, because Desdemona is a continuously deployed project, and the required reporting is around feature maturity, not artificial releases.