Giter VIP home page Giter VIP logo

Comments (4)

SvenWesterlaken avatar SvenWesterlaken commented on May 21, 2024

This looks more like an issue on neo4j side, have you looked at any issues on the neo4j driver repo?
Anyway, it could also be that it's bad on my part and that the configuration is not properly coming through as the timeout in your video shows 60000 which doesn't correspond to your number in the code above.

I actually had problems with the neo4j:// as well, but bolt should be fine to use. The newer neo4j protocol is just the same as the bolt one, but with routing added in or something, I've read. Are you running your neo4j locally or in something like Docker? because I fixed that problem for the GitHub action that releases this package which uses the Docker container of neo4j.

As with the other issues, the first moment I can look at this would be this evening.

from mongo4j.

SvenWesterlaken avatar SvenWesterlaken commented on May 21, 2024

Also, from the top of my head, are you saving each document separately into MongoDB? Because if you use <your schema>.insertMany(documents) this will create a single query to save all the documents for both MongoDB and neo4j, which should improve performance in any case.

from mongo4j.

niktverd avatar niktverd commented on May 21, 2024

I think you are right.

I used desktop for linux neo4j.

I reinstalled neo4j from deb.repo. Launched it from shell. Increased all the parameters in neo4j.conf related to heap size to 10Gb.

And everything became ok

Thank you for you attention.

Can you close the issue?

from mongo4j.

SvenWesterlaken avatar SvenWesterlaken commented on May 21, 2024

Sure, glad you can find use in this repo btw!

from mongo4j.

Related Issues (18)

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.