top | item 20031799

(no title)

bruceboughton | 6 years ago

At my work, we use an internal config store developed by another team for app config management, versioning and audit history.

It’s a bit flaky so we’ve been looking to replace it but don’t want to spend the company’s money building it. We’ve been looking but have not really found anything OSS.

We’re looking for:

- store text/binary documents

- full audit history of document versions

- get/put like api to retrieve/replace documents

- GUI to explore history/documents

- easily deplorable on Windows (ideally without an app server)

Anyone got any (more) suggestions?

discuss

order

ksajadi|6 years ago

autocorrect strikes again: “deplorable on Windows”. Loved it!

ryeguy_24|6 years ago

Hmm, I’m actually working on a project that’s hopefully not too orthogonal to your need but could overlap on a couple of points above - https://www.deltatrail.io. Basically changelog as a service (which may cover the audit trail history you mention). Our logic is that most shops don’t want to build something like this from scratch. Take a look if you’d like. We are still in beta and experimenting with market so let me know if there is a potential overlap and we can fill in the gaps where needed. Reachable at Ryan at Deltatrail.io.

jalons|6 years ago

Hashicorp Vault hits most (all?) of these points

coder006|6 years ago

Vault is for secret management. If you are just looking at a key value based store or a service discovery tool, you might want to have a look at consul by Hashicorp.