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
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:
immudb is currently runs on Linux, FreeBSD, Windows, and MacOS, along with other systems derived from them, such as Kubernetes and Docker.