neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

Add bolt+routing adaptor class to list of adapters #1579

Closed ekampp closed 4 years ago

ekampp commented 4 years ago

This ensures that when given bolt+routing, the session manager knows what to do about it. The main bulk of the bolt+routing work is in this PR.

dylan-cyndx commented 4 years ago

@ekampp any idea what happened to this PR and the corresponding one in neo4jrb/neo4j-core? Interested in using bolt+routing with the Neo4jrb library.

ekampp commented 4 years ago

@dylanmcc-cyndx, I closed it. It seems that technically, the new ruby-driver 0.4.2 supports this natively in the neo4j:// schema.

dylan-cyndx commented 4 years ago

@ekampp thanks for the prompt reply! Mind dropping a link to 0.4.2? Not sure if you're referencing neo4j-core or another lib.

ekampp commented 4 years ago

This one. But it requires updating from Neo4j to Activegraph. This is currently in alpha and beta releases. So you may want to hold off on this upgrade for a little while.

dylan-cyndx commented 4 years ago

Got it, thanks!