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
  • 943 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
  • 1183 Views
  • 1 replies
  • 1 kudos

In-memory version of neo4j

If I do not want to persist my transactional data in a graph database ( as it is already persisted in a RDB) but I want to use the power of graph databases to get valuable insight from the data. Is there an in-memory version of neo4J that I can use t...

Multiple graphs in a database

In the MR2 document, 3.1.3 states In logical terms, a database is a container for one or more graphs. In MR2, a database is a container for one graph only. What are good examples of having multiple graphs in a database vs multiple databases? When m...

neo.TransientError.General.OutOfMemoryError

Hello All, Good day. I am new to neo4j and taking time to explore things however I got stuck with loading data from csv. I am trying to load 200k data using Load csv function with using periodic commit options but it takes time to load and pops 'out ...

Help me to understand "EXPLAIN" output?

After wasting a lot of time with LOAD CSV, I succeeded in importing 176M records from Semantic Scholar into my Neo4j database using neo4j-admin import I was able to complete the operation 2.7 hours, once I upgraded to an r5.2xlarge with 64GB RAM Than...

Does neo4j support Unix?

Hello, I’m Shin, of Korea BI Solution Developer. I have a question about the license and installation How does each edition (community, enterprise) support UNIX? Please provide general information on UNIX, including SunOS, Solaris, HP-UX, and AIX. If...

sinhs by Node
  • 758 Views
  • 1 replies
  • 0 kudos

Nested apoc.periodic.iterate - error

Referring my question from earlier today (' When simplest operation turns difficult') - is there a reason why nested apoc.periodic.iterate calls fails? Any obvious errors with my code here, or is the threading of iterate disallowing any such use case...

slygren by Node Clone
  • 1059 Views
  • 3 replies
  • 1 kudos

Test neo4j cypher in python project

Greetings, my team and I are working on a project in python which uses py2neo to access our neo4j graph. We are currently trying to find an answer to the question: 'What is the correct approach to test our code?' What we have now: We understood that ...

o9384496 by Node Link
  • 1548 Views
  • 2 replies
  • 4 kudos

Neo4j read from disk is slow

Hi Team, I am experiencing performance issues while reading data from disk. Here are some of the details regarding dataset and environment. Graph size is roughly 34G, out of which 6G is size of indexesTotal no. of nodes in db: 24M, total relationship...