Live data from Hacker News

Secure JSON storage based on immudb, stored tamperproof, automatically versioned

immudb.io

1–4 of 4 posts

Re: Secure JSON storage based on immudb, stored tamperproof, automatically versioned

#4
git is focused on any types of files, while immudb Vault provides database like access to JSON documents, so it is easy to find and track the documents. Nevertheless, you could still store there any file if wrapped in JSON, keeping indexes on file metadata. In addition, Vault does not allow to delete them, so they are always auditable and recoverable. It has also simple to use REST interface, and no client is needed to interact with it.