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
  • 608 Views
  • 0 replies
  • 0 kudos

Resolve with an array return duplicates

apollo-server-lambda & neo4j-driver I'm doing a query where I find out the users that someone is following. The console.log of 'collectedNames' in the backend shows the array of 4 users that they are following and all the correct properties. Somehow ...

How bolt connection pooling works?

Hi, I'm testing https://github.com/mindstand/golang-neo4j-bolt-driver with connection pooling. I do this: func Test_BoltDriverPool_Concurrent(t *testing.T) { neo4jConnStr := os.Getenv("NEO4J_BOLT") if neo4jConnStr != "" { t.Log("Using NEO4J ...

cnhx27 by Node Link
  • 1034 Views
  • 0 replies
  • 0 kudos

How to load " .cypher" file in python?

I tried to drag the .cypher file to a small rectangle in the neo4j broswer interface, UI gave me response to some extent, but the file is not executed actually. APOC is a little hard to install, for neo4j desktop 1.1.22. And I am not good at Java. Th...

Reference not found

I pip installed py2neo successfully, declared "from py2neo import Graph" and it returns an error (can't find reference), and not just to Graph, to everything, it looks like the library is empty. I installed different versions, nothing works. Anyone h...

lkform by Node
  • 799 Views
  • 1 replies
  • 0 kudos

Will Regexp Work With Text more then one word

H i there, I have documents that i want to index and get some dynamic phrases back. At first i tired indexing each word and link it to doc id Node, then i tried getting thous words using regex and it worked. Now i want is to search phrases using rege...

Initialize a neo4j server with Python

Hi, I want to initialize my neo4j server only with Python (without Neo4j Desktop) Is it a way to do this ? What I have currently found is : Add a graph on Neo4j Desktop;Use a neo4j package for Python to connect to the server (neo4j-python-driver for ...

thomas1 by Node
  • 1000 Views
  • 1 replies
  • 0 kudos

Unknown directive "relation"

Hello All, I am trying grand-stack and getting the below error with API when I try to start grand-stack-starter-api@0.0.1 start C:\Users\N19683\grand-stack-starter-master\api nodemon --exec babel-node src/index.js [nodemon] 1.18.9 [nodemon] to rest...