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

Why doesn't my WHERE clause work?

It can be frustrating when it seems like a WHERE clause isn't working. You can use these approaches to figure out what's wrong. Check for WHERE clauses following OPTIONAL MATCH WHERE clauses can't be used on their own, they are always paired with a M...

Where is my neo4j.log in Ubuntu Linux?

In most Neo4j server environments, all logs will be found in NEO4J_HOME/logs. However, when Neo4j is running as a service on a Ubuntu (debian) Linux environment, usually installed via apt-get install neo4j or similar, the neo4j.log is not present. To...

Viewing schema data with APOC Procedures

APOC Procedures offers meta procedures to view information about your database schema and the data it stores. The procedure apoc.meta.schema() uses a sampling of the graph data to produce a map of metadata on the graph labels, relationships, properti...

Understanding Database Growth

The easiest way to determine the size of your graph is through the filesystem and summing up the size of the files named \*store.db*. For example on linux implmentations one can run du -hc $NEO4J_HOME/data/databases/graph.db/*store.db* and this shou...

Store Format Versions Reference Guide

In some situations, you may see a log message or exception that refers to a store format version, and it is not clear which Neo4j store format it is referring to. Please use the table below to map store format versions to Neo4j Server versions. Note:...