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.