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

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 855 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1118 Views
  • 1 replies
  • 1 kudos

Resolved! Apoc.load.json Invalid UTF-8

Hi guys. I'm with a problem when i try to import my json. [{"CODIGO":1, "NMPRODUTO":"SECADOR DE CABELO Ç", "OBS": { "COR" : "PRETO", "VOLTAGEM" : "18V"}}, {"CODIGO":2, "NMPRODUTO":"CADERNO", "OBS": { "QTDPAGINAS" : 500, "MARCA" : "XYZ"}}] using this ...

Cannot load data from cypher script

Below is my content of cyper file. WITH "file:///cite1.json" AS url CALL apoc.load.json(url) YIELD value UNWIND value.citation as q with q where q.venue.id is not null MERGE (citation:citations {id:q.id}) ON CREATE SET citation.id = q.id, citation.ti...

All paths with 2 relations by nodes

Hi, This is my graph : I want to do a request that return all the loops in the graph (all the paths), where all the node have two relations, one that leave and one that arrive (one :NEED and one :OFFEREDBY). How can I restrict (write) the request ? ...

2X_f_f461a04bf13aebe537a6e00476e52657cb8f8a69.png 2X_3_364ffb5787870b3117751f6afd4c3da7092eed1b.png
rgtid17 by Node
  • 1121 Views
  • 7 replies
  • 0 kudos

nEuler load example data does not work

Load example recipe data in nEuler: USING PERIODIC COMMIT 1000 LOAD CSV WITH HEADERS FROM "https://github.com/neo4j-apps/neuler/raw/master/sample-data/recipes/recipes.csv" AS row MERGE (r:Recipe{name:row.recipe}) WITH r,row.ingredients as ingredients...

Deadlock error when inserting data into Neo4j

I am trying to insert data into Neo4j using spring data. Encountered dead lock error. Not much information in logs to debug the issue. Any idea how to read this error 2021-01-04 14:06:57 +0000 [DEBUG] from org.springframework.boot.autoconfigure.web....

Resolved! Help on building a query

I have modeled an schema for an internal business process. Below an example of my data: In the example above John works for two different companies, but for the given process he used both companies' logins to interact in the same process. My questio...

2X_5_542c5af7734a0d6fa66cd956b2de682602fa0e81.jpeg
kleysonr by Node Link
  • 483 Views
  • 3 replies
  • 0 kudos