from Hacker News

Immudb 0.9.2 Released

by dmacvicar on 4/12/21, 8:08 AM with 1 comments

  • by dmacvicar on 4/12/21, 8:08 AM

    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.

    Highlights:

    - immudb gRPC API now support streams

    - API defaults to the more intuitive wait for indexing to complete, offering optional async behavior

    - immudb now performs index compaction asynchronously, without blocking insertions.

    To learn more about immudb, visit https://github.com/codenotary/immudb. To learn interactively and get started with immudb from the command line and programming languages, visit the Playground at https://play.codenotary.com/

    edit: formatting