Skip to content
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

Consider mapping of XDI operations to DB operations #19

Open
peacekeeper opened this issue Dec 19, 2014 · 0 comments
Open

Consider mapping of XDI operations to DB operations #19

peacekeeper opened this issue Dec 19, 2014 · 0 comments
Assignees
Milestone

Comments

@peacekeeper
Copy link
Member

  • Does the DB provide write operations that align well with XDI operations?
    • Can $set be mapped to a single DB operation?
    • Can $add be mapped to a single DB operation?
    • Can $mod be mapped to a single DB operation?
  • Does the DB provide suitable read operations?
    • Can an entire subgraph be retrieved using a single DB operation?
  • Can multiple XDI operations be queued sent to the DB in a single transaction?
  • Graph API layer uses a boolean “hint” for getXXX() calls to tell its implementations whether the entire subgraph is needed
@peacekeeper peacekeeper added this to the release-0.7 milestone Dec 19, 2014
@peacekeeper peacekeeper self-assigned this Dec 19, 2014
@peacekeeper peacekeeper changed the title Consider mapping XDI operations to DB operations Consider mapping of XDI operations to DB operations Dec 19, 2014
@peacekeeper peacekeeper modified the milestones: release-0.7, release-0.8 Jun 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant