tbarbugli / cassandra_snapshotter

A tool to backup cassandra nodes using snapshots and incremental backups on S3
Other
222 stars 122 forks source link

Docker version #97

Open idanna opened 8 years ago

idanna commented 8 years ago

Hey, I would like to change the module to use docker-swarm discovery engine to execute the commands in order to produce the snapshots. We are working in docker-swarm environment so the snapshotter will also be containerized.

Any quick advice on how / where to start ?

tbarbugli commented 8 years ago

Can you write a python function that outputs the list of cassandra nodes to connect to?

idanna commented 8 years ago

Hey @tbarbugli, I've integrated docker python lib in order to execute the commands in the nodes (no need for ssh). It did a small POC and it seems working, I'll update ya.

idanna commented 8 years ago

I'm pretty newbie to python, and not sure where the logs are, I've checked my syslog but didn't find anything there - any tip ? :)