Coder Social home page Coder Social logo

neo4j 3.x about node-neo4j HOT 1 CLOSED

royipressburger avatar royipressburger commented on August 31, 2024
neo4j 3.x

from node-neo4j.

Comments (1)

aseemk avatar aseemk commented on August 31, 2024 6

Hi @royipressburger,

Good question! There are a few different aspects to this.

As you allude to, the library should continue to "just work" against Neo4j 3.x AFAIK. But I'll officially test it later, and I should add 3.x to the Travis CI matrix.

But the library currently uses HTTP, while Neo4j 3.x adds a new binary protocol named "Bolt", also as you allude to. Bolt is better than HTTP for both performance and robustness (at scale).

I wasn't planning on adding support for Bolt to this library, because I'm not sure this library adds much value (in its current form) over the first-party JavaScript driver Neo Technology has put out for Neo4j 3.x now (which only supports Neo4j 3.x, as it's Bolt-only):

https://github.com/neo4j/neo4j-javascript-driver

So in summary, if you're already running node-neo4j on an existing project, this library should "just work" (try it and feel free to file bugs if you run into any), but if you're starting a new project, I'd recommend starting with the new official Neo4j JavaScript driver for now.

There might still be some value this library could add on top of the official driver, so feel free to provide any suggestions. One thing I'm interested in is providing an "OGM"-type framework (similar to ActiveRecord or Mongoose) for Neo4j, but that's a much bigger task.

Thanks for the question. Hope this helps!

from node-neo4j.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.