Replies: 9 comments
-
Hi @iredmail, thanks for reaching out. I'm adding a section as embedded key-value store, I'll place the link into this issue |
Beta Was this translation helpful? Give feedback.
-
@jeroiraz Thanks for helping. :) btw:
|
Beta Was this translation helpful? Give feedback.
-
yes, it's possible to use the embedded key-value store
No plans to move to another git repo the embedded packages, but they can be used without importing server-related code, not even sql if just importing the embedded/store package |
Beta Was this translation helpful? Give feedback.
-
Would you mind updating document to mention what features are offered by the store? Compare to the immudb daemon/service, what features are losing (like SQL, of course), and what features are still there, is it still immutable, etc. Currently the I guess it requires much time to document it, and i just ask for too much. :( |
Beta Was this translation helpful? Give feedback.
-
Actually the embedded store has all the core functionality, including SQL (optional when the sql engine is used as described in https://docs.immudb.io/master/develop/embedding.html. The server provides user management, multi-database, built-in master-follower replication, state signing, and exposing the endpoints to be consumed by SDKs. It will depend on the application you're developing, if you need/want an embedded store or use it as an independent component. |
Beta Was this translation helpful? Give feedback.
-
Dear @jeroiraz Thanks. I will try to embed the btw, It would be great either the source code can has more comment lines, or a detailed document for store package. :) |
Beta Was this translation helpful? Give feedback.
-
A stupid question: In |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
How to do auditing with embedded kv store? Like |
Beta Was this translation helpful? Give feedback.
-
Dear developers,
Where can i find more info about embedding immudb in a Go project?
Besides some issues mention using the "embedded" package, no other info on website and github repo.
Beta Was this translation helpful? Give feedback.
All reactions