Skip to content

js-ojus/flagon

Repository files navigation

Build Status

flagon

A small document store (built on BoltDB) written in Go (golang).

flagon is a good fit for semi-structured data that requires ACID compliance across documents. It provides a thin structure to enable easy storage and retrieval.

flagon automatically maintains all old revisions of all user documents. Each document revision is stamped with the ID of the user creating or modifying it, date-time, etc. This metadata can be used for audit purposes.

About

A small document store (built on BoltDB) in Go (golang)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages