Replies: 2 comments
-
|
Hello , For this i have to do some learning and reading up first , when SharpCoreDB reads the data and provides it , it is already decrypted ... First I work on the GraphRAG Architecture then i come back after I made a thorough investigation and plan proposal |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Done in the current version of SharpCoreDB 1.4.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following up on the "Graph/AI" capabilities, another massive enabler for .NET enterprise apps (like SaaS with offline support) would be Synchronization.
Instead of reinventing the wheel, have you considered implementing a Dotmim.Sync Provider for SharpCoreDB?
Use Case: Local-First AI Agents
Imagine a "Hybrid AI" architecture:
Technical Viability
Since v1.2 supports Triggers and Change Tracking primitives, building a
CoreProviderfor Dotmim.Sync seems feasible. The main challenge would be efficient change enumeration.Security Question
Given SharpCoreDB's strong encryption-at-rest features, how would this play with sync? Presumably, the provider reads decrypted data → syncs over HTTPS → Server stores it. Do you see any roadblocks for a "Zero-Knowledge" sync scenario where the server stores encrypted blobs that only the local DB can index/search?
Beta Was this translation helpful? Give feedback.
All reactions