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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Neo4j - JavaHeap:OutofMemory

Neo4j community 3.5.17 has been installed as service in Azure Kubernetes using below commands. helm repo add equinor-charts https://equinor.github.io/helm-charts/charts/ helm repo update helm upgrade --install neo4j-community equinor-charts/neo4j-com...

Streams.publish() call error

I'm beginner in Neo4j and trying to test streams.publish() procedure. call streams.publish('neo4j','Hello!!!') leads to error: Neo.ClientError.Procedure.ProcedureCallFailed Failed to invoke procedure streams.publish: Caused by: kotlin.UninitializedPr...

Deleting records does not reduce size of database

After deleting few records from database the size of database does not reduce. We are using neo4j community desktop edition version 3.1. We have also tried using copy-store utils (bash script) but the script is also giving errors.

sdeo by Node
  • 4336 Views
  • 15 replies
  • 4 kudos

Help with Upgrade from 3.5.14 to 4.10

Hi, With the latest Desktop upgrade came the addition of 4.10. Previously I have been using 3.5.14. 4.10 appears to be installed correctly and I have a created a database using it and all appears fine. I have the correct version of Java installed si...

Resolved! How does Neo4J 3.x treat parallel requests?

Suppose I have several instances of my app, which is sending parallel data-heavy transactions to Neo4J 3.x. How does Neo4J treat this sort of requests? Will it put them into a queue or will they be executed in parallel? What changes when these reque...

Resolved! Optional parameters

Hello guys! I have the following query MATCH (u: User)<-[:USER_PERMISSION]-(p: Permission) WHERE ID(u)=$userId RETURN p I get user and its permissions by userId, simple. I want to query by name if permissionName is passed in params and if not I jus...