Concepts
This section is not yet ready for immudb 0.9. We are working on it in order to improve it and we are close to deliver. Stay tuned!
This section is not yet ready for immudb 0.9. We are working on it in order to improve it and we are close to deliver. Stay tuned!
Checking data consistency
This section is not yet ready for immudb 0.9. We are working on it in order to improve it and we are close to deliver. Stay tuned!
State signature
Providing with a signing key enables the cryptographic state signature. That means that an auditor or a third party client, for instance, could verify the authenticity of the returned current state after calling the currentState
gRPC method.
Check state signature and paragraphs for additional details.
Immuclient and immugw (opens new window) are shipped with auditor capabilities. To get the signed state in combination with the auditor, launch…
- …immuclient with auditor capabilities:
Enables the insertion of a special entry which references to another item.
Primary Index
Index enables queries and search based on the data key.
Secondary Index
Allows client server communication with streams of “delimited” []byte messages.
Cryptographic signatures
A signature (PKI) provided by the client can be became part of the insertion process.
Authentication (transport)
Integrated mTLS offers the best approach for machine-to-machine authentication, also providing communications security (entryption) over the transport channel.
immugw can be found in its