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

Graphql @relationshipProperties error

The method of querying relationship properties via graphql as outlined here does not seem to work. I tried to implement it in my own schema and could not get around the errors. When I copy paste the provided schema from the example into my schema, an...

Py2neo upgrade

I upgraded from py2neo 4.20 to 2021.2 and not I have some python scripts that no longer work. I have tracked down many issues but am stuck with one persistent error from code that looks like this: params = [dict(zip(headers, row)) for row in list_of...

FLUTTER + Apollo + Neo4j + GRAPHQL

Hello Team I am developing a Social Network application. I am new to Front-End and don't know React/Angular. I recently learnt Flutter for cross platform mobile development. With other post I see a possibility of FLUTTER + Apollo + Neo4j + GRAPHQL. ...

sakhsen by Node Link
  • 2040 Views
  • 2 replies
  • 2 kudos

Error using py2neo NodeMater

This code will cause error. n = NodeMatcher(g) node= Node("Person", age= 20) g.create(node) node = n.match("Person").where(age=20).first() ClientError : SyntaxError: Invalid input '{': expected "+" or "-" (line 1, column 32 (offset: 31)) "MATCH (_:Pe...

Neo4j return graph results from API

Hi, I am trying to return neo4j graph results for Cytoscape js to consume it in the front end. I am currently using Neo4j Python Driver 4.2 and i am unable to return graph results either by using neo4j result.values() and result.graph() method. -valu...

Visualize a subgraph in Python

I have discovered neo4jupyter package to visualize a graph from neo4j in Jupyter Notebook. An example: neo4jupyter.draw(data, {"Drink": "name", "Manufacturer": "name", "Person": "name"}) I also use py2neo for query. An example: query = """ MATCH (per...

Different Results Using Parameters Versus Built String

When running a query in .NET, I am getting different results if I use bound parameters versus if I simply replace the parameters in the string with the actual values. The query I am using is: MATCH (e:Environment)-->(c:Company)-[o:Owns]->(g:LaneConf...

connect neo4j with unity

Good night, I've been trying to connect directly unity and neo4j, I tried to use the http api of neo4j but I found myself in the documentation that they stopped supporting it since version 4.0.0, do you know if they will support it again? The other w...

Resolved! Neo4j/Graphql relationship filtering with union of targets

Hi Folks, I run into the following issue/question while evaluating the capabilities of the new neo4j/graphql. When I setup my graphql model as follows and wanna query some relationships with specific ns0__hasSortKey value, I dont seem to be offered w...

3X_7_1_71de6a20b4611e058ceffabe438db8130a4bbf2b.png 3X_7_0_70ce6161e950a15417adc3022ce9e36c12d8efc8.png 3X_b_8_b88a5de686f83e24e8cd4d936b51c265fd53a396.png