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

Browser Connection Problem (or Peculiarity)

Hello, I wanted to try the Neo4j 1.2.1 on a different computer. It is i7 4th generation with 32 GB of RAM, 2.9 GHZ. The interface through Neo4j browser seems responsive and animated as it should be. However, there is a very serious problem with co...

Resolved! A fast way to load 2000 objects

neo4j 3.5.8, desktop 1.2.2-dev.5, browser 3.2.20 question 1: I have more than 2000 statements in the form: MERGE ( n :label1:label2 { name:'xxx' , ns:'yy' , uid:'407be989017e' }) RETURN n; MERGE ( n :label1:label3 { name:'zzz' , ns:'yy' , uid:'407be9...

Unable to load RELATIONSHIP with id

Neo4j 3.4.5, 3.4.9 We have a plugin that perform tasks like "cascade" deletion, where it deletes outgoing relationship endNodes that have no other parents. It also fetches subgraphs using a similar "downstream" pattern. In one cypher query, I call bo...

Jiropole by Graph Voyager
  • 2221 Views
  • 2 replies
  • 0 kudos

Import data to show employee overlap

I am having trouble figuring out how to import this data to get a graph that shows connections between people that have worked together at the different companies. Essentially, this would show how familiar each programmer is with every other programm...

2X_2_233491e2ebf13857f879b97f9563470ab8928df8.png

Indexes required to make this query fast

Hello Suppose I have the following query: MATCH(b:A) WITH b.field1 as field1, MAX(b.field2) as field2 WHERE b.field1 = field1 MATCH (b) WHERE b.field1 = field1 AND b.field2 = field2 RETURN b This query works fine and returns the data I want but the ...

Cypher Question and Resource

Hello, I have a couple of questions: Is the function "EXISTS' is still valid as :help EXISTS says it is not found? Are there any books on the Cypher language covering in particular details of the language and in particular the reading from CSV (mor...

Importing My data on Neo4J

I am using the following codes to import data from a CSV file into the Neo4J graph database however, I am getting error stating "Cannot merge node value for starttenure". I had some blank values but I had addressed that and still I am getting the sam...

Json file with 80 strings

I will use amazon servers How could I tune config database? Could the query be an improvement? I will receive a JSON file for about 80k string CALL apoc.periodic.iterate(' CALL apoc.load.json("${fileName}" ) YIELD value as v RETURN v',' UNWIND (...

2X_7_7af75df954f2efbd33c2b35d3a41bbfca1d60930.png
pavloN by Node Clone
  • 680 Views
  • 0 replies
  • 0 kudos