immudb | immutable database based on zero trust | Database library
kandi X-RAY | immudb Summary
kandi X-RAY | immudb Summary
Don't forget to this repo if you like immudb!. Detailed documentation can be found at immudb is a database with built-in cryptographic proof and verification. It tracks changes in sensitive data and the integrity of the history will be protected by the clients, without the need to trust the database. It can operate both as a key-value store, and/or as relational database (SQL). Traditional database transactions and logs are mutable, and therefore there is no way to know for sure if your data has been compromised. immudb is immutable. You can add new versions of existing records, but never change or delete records. This lets you store critical data without fear of it being tampered. Data stored in immudb is cryptographically coherent and verifiable. Unlike blockchains, immudb can handle millions of transactions per second, and can be used both as a lightweight service or embedded in your application as a library. immudb runs everywhere, on an IoT device, your notebook, a server, on-premise or in the cloud. immudb can be used as a key-value store or relational data structure and supports both transactions and blobs, so there are no limits to the use cases. Companies use immudb to secure and tamper-evident log data, sensor data, sensitive data, transactions, software build recipes, rule-base data, even artifacts and even video streams. Examples of organizations using immudb today.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of immudb
immudb Key Features
immudb Examples and Code Snippets
Community Discussions
Trending Discussions on immudb
QUESTION
I have began to do some experiments with immudb. I am inserting some data and it is inserting fine there. However, if I try to get a value like this :
const getRes = await cl.get(getReq);
I get an error "Key not Found". How can I know if a certain key is available before I do the Get query?
...ANSWER
Answered 2022-Mar-11 at 14:41There is no "exists" operation exposed by immudb but it shouldn't be an issue to receive "key not found" error.
Disclaimer: I'm an active immudb contributor, please feel free to open an issue for this API at immudb GitHub repo.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install immudb
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page