blippar / git2etcd

Mirrors the contents of a git repository into etcd key-value store. Inspired from git2consul.
https://blippar.github.io/git2etcd
Apache License 2.0
32 stars 4 forks source link

ACID? #15

Open 123BLiN opened 6 years ago

123BLiN commented 6 years ago

Hi!

Does git2etcd support transactions? https://coreos.com/etcd/docs/latest/learning/api.html#transaction

Dal-Papa commented 6 years ago

Hi @123BLiN ! We currently only support etcd v2 API so no transactions at the moment. Would you have an idea of how that would play with the project ?