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

Full coverage of Neo4j write operations supported by ROM commands #6

Open
maetl opened this issue Sep 9, 2015 · 0 comments
Open

Full coverage of Neo4j write operations supported by ROM commands #6

maetl opened this issue Sep 9, 2015 · 0 comments

Comments

@maetl
Copy link
Contributor

maetl commented Sep 9, 2015

Need to ensure there are commands which cover the full range of standard features in cypher in a generic way.

  • Generic create command (?)
  • Generic update command (?)
  • Generic delete command
  • Create node command
  • Create edge command
  • Update node command
  • Update edge command
  • Delete node command
  • Delete edge command
  • Transactions?
  • Create graph command which composes nodes and edges (?)

The last point could be done as a command pipelining example rather than a supported command class. But would be a good idea to work towards a use case involving a more complex create or update of a connected subgraph.

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