TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby vchain-dzalmost 2 years ago

3 comments

tkolodzialmost 2 years ago
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.
vchain-dzalmost 2 years ago
immudb Vault offers a simple way to store and retrieve JSON data in the cloud. The data is stored tamperproof, automatically versioned, and its integrity is protected. There is a free plan available that fulfills typical needs.
gmercalmost 2 years ago
How is compare to … git?