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.

Immudb 0.9.2 Released

1 pointsby dmacvicarabout 4 years ago

1 comment

dmacvicarabout 4 years ago
immudb is a key-value database with built-in cryptographic proof and verification. It can track changes in sensitive data and the integrity of the history will be protected by the clients, without the need to trust the server.<p>Highlights:<p>- immudb gRPC API now support streams<p>- API defaults to the more intuitive wait for indexing to complete, offering optional async behavior<p>- immudb now performs index compaction asynchronously, without blocking insertions.<p>To learn more about immudb, visit <a href="https:&#x2F;&#x2F;github.com&#x2F;codenotary&#x2F;immudb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;codenotary&#x2F;immudb</a>. To learn interactively and get started with immudb from the command line and programming languages, visit the Playground at <a href="https:&#x2F;&#x2F;play.codenotary.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;play.codenotary.com&#x2F;</a><p><i>edit</i>: formatting