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
  • 917 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
  • 1161 Views
  • 1 replies
  • 1 kudos

Better way to merge/match loading from csv

I am reading data from a file and want to create nodes and relations between them. There is a chance that either of the two nodes of the relation are not existing by now. I solved this by: LOAD CSV WITH HEADERS FROM "foobar.csv" AS ROW MERGE (a:Typ...

norbert by Node Link
  • 7271 Views
  • 8 replies
  • 4 kudos

Resolved! Moving from v2.0 cypher to current one

I'm an old neo4j user. I started using neo4j around 2008 and suspend in 2014 due to health problems. Now I'm returning, installed the latest (?) community version with docker, and start my first task: importing 4 large excel tables into the DB, rest...

Resolved! Unable to resolve the Query on MATCH

Hi, I have a difficulty. My application uploads a file , and that file uploads the data in Neo4j database. In my Neo4j Application, i already have a database present and the file uploaded also makes its entries in the same database. That is the Datab...

2X_6_6fbd35681949067d88d8243dfe15bffe3206d555.png
sucheta by Graph Buddy
  • 2150 Views
  • 9 replies
  • 0 kudos

ASCII conversion

I couldn't find it, but is there a way (function or procedure) to convert between a string character and its equivalent ASCII value?

pdrangeid by Graph Voyager
  • 906 Views
  • 0 replies
  • 1 kudos

Clarification on the semantics of POINT

I am looking at the point data type and I can see that it uses x,y,z and longitude,latitude,height interchangeably so I was wondering what is the intention behind this. I can see from the documentation that the intention seems to be to discriminate b...

Newbie need help inputting multiple relationships

Maybe someone can help me here. I am totally new to Neo4j. I have built a database with 3 different Nodes I now need to define the relationship between the data and like before I tested one relationship in the browser to ensure it works then moved ov...

Resolved! Doubt with "Finding Duplicate" Cypher Query

Hi, I have created a network using the following queries - CREATE (cc:Organisation { name: "Century", dealing: "Cement", formed:1974 }); Match (cc:Organisation) WHERE cc.name = "Century" CREATE (eway:EwayBill {name:"EwayBill", type:"Outbound", conn...

2X_3_33e54897ac49cdfa035f89eee76c8cc2c3545099.jpeg
sucheta by Graph Buddy
  • 3751 Views
  • 9 replies
  • 1 kudos

How to combine in and out relationship

Hi, I want to separate going in and going out relationships in a single cypher query, but it seems that I failed. My query is in this format: match (p:Person) where p.attribute = 'some attribute' with p match (p)-[r:Rel_A]->(d), (p)<-[s:Rel_A]-(c) re...

Compound index no longer being used

We've been slowly building up a Neo4j database (v.3.4.4 community edition) of genetic analyses. Up until the past week, we've been working with relatively small datasets and fleshing out the relationships, etc. Everything had been going quite well, s...

2X_a_a7460d69337beec36b5b8c682a7e5c58406ae097.png
massung by Node Clone
  • 1588 Views
  • 3 replies
  • 0 kudos