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

Use the neo4j-cypher Gem to embed a fluent query DSL #4

Open
nando opened this issue Sep 7, 2015 · 3 comments
Open

Use the neo4j-cypher Gem to embed a fluent query DSL #4

nando opened this issue Sep 7, 2015 · 3 comments

Comments

@nando
Copy link
Contributor

nando commented Sep 7, 2015

Fluent interface will add a lot of value to the API

NOTE: Possible enhancement extracted from this @maetl's comment: #3 (comment)

@maetl maetl changed the title Embed the neo4j-cypher query DSL in the ROM::Neo4j::Relation Use the neo4j-cypher Gem to embed a fluent query DSL Sep 9, 2015
@nando
Copy link
Contributor Author

nando commented Sep 9, 2015

@maetl I don't know neo4j-cypher and please ignore this if so but, do you know http://github.com/maxdemarzi/neography???

@maetl
Copy link
Contributor

maetl commented Sep 10, 2015

@nando Yes, I have used Neography before.

The main difference with our approach is that ROM separates mapping and object construction from the relations/query DSL—whereas Neography embeds the query DSL and graphdb into model classes, active record style.

@subvertallchris
Copy link

The neo4j-cypher gem was used in the legacy version of Neo4j.rb and never supported versions past 1.9. Sticking with the Neo4j-core gem is probably your best bet, the Cypher DSL is quite good, IMO.

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

3 participants