General

immudb-release-candidate-0-6-0

Dear community. We’re proud to announce the first Release Candidate of immudb!


Dear community. We’re proud to announce the first Release Candidate of immudb!

After months of hard work, the team felt immudb is ready for the open source community. We focussed on security, performance and also ease of installation and use. With the release candidate published, we’re really looking forward to get feedback.

If you want to get all details right now, please check out our Github repository (if you like it please give us a star as well): immudb

What is immudb?

immudb is lightweight, high-speed immutable database for systems and applications. With immmudb you can track changes in sensitive data in your transactional databases and then record those changes indelibly in a the tamperproof immudb database. This allows you to keep an indelible history of, say, your debit/credit transactions.

Traditional transaction logs are hard to scale, and are not immutable. So there is no way to know for sure if your data has been compromised.

As such immudb provides unparalleled insights retro-actively, of what happened to your sensitive data, even if your perimiter was compromised. immudb provides the guarantatee of immutability by using internally a Merkle tree structure.

immudb gives you the same cyrptographic verification of the integrity of data written with SHA-256 like classic blockhain without the cost and complexity associated with blockchains today.

immudb has 4 main benefits:

  1. immudb is immutable. You can only add records, but never change or delete records.
  2. data stored in immudb is cryptographically coherent and verifiable, like blockchains, just without all the complexity and at high speed.
  3. Anyone can get started with immudb in minutes. Wether in node.js, Java, Python, Golang, .Net, or any other language. It’s very easy to use and you can have your immutable database running in just a few minutes.
  4. Finally, immudb is Open Source. You can run it on premise, or in the cloud and it’s completely free. immudb is governed by the Apache 2.0 License.

immudb is currently runs on LinuxFreeBSDWindows, and MacOS, along with other systems derived from them, such as Kubernetes and Docker.

immudb High-level

immudb Highlevel

Tweet about immudb!

Similar posts