cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

About the Drivers & Stacks category

All applications using Neo4j depend on drivers to execute statements to update or query data. Neo4j drivers are mostly built on the binary Bolt protocol. Official drivers exist for Java, JavaScript, .Net, Python, and Go and more. Other languages (R, ...

yolande by Community Team
  • 621 Views
  • 0 replies
  • 0 kudos

Parameterized queries qraphQL

I want to make parameterized requests from the Apollo client to the Apollo server. On client: const GET_VALUES = gql` query Values($desc: String!) { Values } `; function ValueSelector({ pickValue, dirDesc }) { con...

a1olegs by Node Clone
  • 529 Views
  • 1 replies
  • 0 kudos

Example Arichitecture with python and neo4j

! HI! These days I take a course of Neo4j And I have some question that is above picture is possible? I just wonder that neo4j support python and the possibility of connect mongodb which connected with python flask app, with Neo4j ! Below picture...

2X_8_82983a4b10da79c3c1bcff7cf06723d4f87b0beb.png

Retrieving list of nodes & creating relationships

Hey py2neo for the moment, But trying to build most of the stuff via queries. In any case, I'm struggling with this code... How can I properly and efficiently create 100k+ relationships? # My getter to return list of nodes def getNodesByType(type, l...

OGM @Relationship not working as expected

Hi, I have an object that references another object @NodeEntity public class Check { @Relationship(type="PART_OF", direction=Relationship.OUTGOING) protected CheckGroup associatedGroup = null; As the application executes the user can bind a Check in...

2X_3_3f3fbae8749dcf910ea6379cd99925bf2808d76d.png 2X_4_4fd2937c2fe27d671ef24de70c6db76bfe2052e9.png

Resolved! OSM Import plugin generation error

I've been trying to install the newer OSM import plugin for neo4j. using the maven clean intstall (have tried using maven 3.6.1 and 3.6.1/ java jdk 11.0.3 and 12.0.1)running into a build error: 'The code being documented uses modules but the package...

Resolved! Using unwind and python dict to populate database

Hello I hope you all are doing well. I'm using for the moment py2neo however I'm not dead set on it. I'm trying to "speed up" my process, I have realized that py2neo is fairly slow so I'm trying my luck with some code magic... From these benchmarks i...

Using graph algorithms in python

Hey guys I am trying to use graph algorithms and in particular louvain algorithm. I was able to do that with neo4j community edition but I am wondering how to do that in python. Can you share if you have any knowledge about this. Thanks!

How to handle i18n with GRANDstack?

Hi there, How do you handle internationalization and localization on your applications? Their documentation describes a custom intl directive, but they aren't sharing the code of the translate() method in question. This StackOverflow thread suggests ...