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

Getting an error while importing with JSON

I have a file structured like this with 111609 records. (record1) { "key": "tr/dec/SRC1997-018", "editor": [ "Paul R. McJones" ], "title": [ "The 1995 SQL Reunion: People, Project, and Politics, May 29, 1995." ], "journal": [ "Digital System Research...

mustran by Node Link
  • 1728 Views
  • 10 replies
  • 2 kudos

Neo4j Morpheus

I am trying to load data into Neo4j from Databricks File system (DBFS). I have tried doing this using Py2neo and Looping on the data frame. But this solution has performance issues and takes huge time for lager set of data. I have come across Morpheu...

Cypher query for subset

Hi, I have to lists, say A and B. I want to check if all elements of B are contained in A, i.e if B is a subset of A.. More specifically I have a list of labels and I want to find nodes having all those labels, and they can possibly have more labels....

kaptenh by Node Clone
  • 805 Views
  • 1 replies
  • 0 kudos

Bug in pagerank Algo?

Hey, I upgraded my NEO4J project to version 3.5.8 and was wondering because of the weighted personalized PageRank results. I have my graph now twice. One with neo4j version 3.5.8 and GraphAlgorithms 3.5.7.0 and the other on the old neo4j version 3.5....

2X_5_539d64f682c4b8fb20251796cbbb5efa6a423793.png 2X_4_44bef3559dfd6822b7e72126cdbdffeb9f92cd6f.png

Aggregation operator result as property

I want to use aggregation operator to calculate certain value and then set this value to a node as property. Calculation works well and and I can return the value. When trying to set value I will get syntax error. This query works OK: MATCH (a:Object...

Neo4j 3.5.3 instance keep restarting

I'm installing a Neo4j instance over AWS using community AMI (ami-0118d82e9da26d491) which keeps failing with below warning message Failed to load `apoc.couchbase.CouchbaseManager` from plugin jar `/var/lib/neo4j/plugins/apoc-3.5.0.2-all.jar`: com/c...

Journey planning by adam cowley

I watched the video by adam cowley Neo4j Graph Database Platform – 21 Nov 18 Journey Planning... And Why I Love Cypher Discover how Neo4j's graph database query language, Cypher, was used to create a reliable journey-pla...

Memory settings for big databases

Hello! I am trying to run very big database (several billions of nodes) on neo4j. I have created indexes and memrec shows: Lucene indexes: 0kData volume and native indexes: 504g I've got only 90GB of memory in my machine. So the question is: is it cr...