-
-
Notifications
You must be signed in to change notification settings - Fork 588
membase support #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
membase support #1228
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
PR Type
Enhancement
Description
Implement ICypherGraphService interface for graph database operations
Add Cypher query execution support with parameters and results mapping
Introduce graph node merge and delete operations via Membase API
Refactor node models to support flexible properties and timestamps
Enhance IMembaseApi with query execution and async method naming
Diagram Walkthrough
File Walkthrough
9 files
New graph service interface with query executionGraph query result and node model definitionsNew Cypher query request model with parametersNew Cypher query response and notification modelsChange Properties from Dictionary to object typeSupport flexible properties and optional timestampSupport flexible properties and optional timestampAdd Cypher query execution and merge node endpointsImplement ICypherGraphService with query and node operations2 files
Register MembaseService as ICypherGraphService dependencyAdd global using statements for new dependencies