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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

superType in n10s without rdfs:subClassOf

Hi, by using Java annotations in Neo4j, we can use superType. For example, see pic below: But if I'm using GOlang with n10s, which doesn't support these annotations, how can I achieve a similar result as the above. I know it was achieved with a Reso...

2X_d_d9598fc1a9e453a32feb9f3d126a4f3db543f0a5.png 2X_0_0a3f27fbfa952eba3740c00341c5b1ab19288de5.png

Resolved! Neo4j Multi tenancy Count Optimisation

I'm using Neo4j Aura (Ent 3.5). Its for a multi tenancy SaaS application so I am using specific labels to identify the nodes that belong to different tenants. This means that every node generally has at least 2 labels. The first to identify the tenan...

2X_a_ae0e611f2bb070fef1dbe126e29780f260142da6.png
michael3 by Node Link
  • 500 Views
  • 1 replies
  • 0 kudos

Modeling codes and labels

Hi all. How do go about modeling codes and their labels? Say I have a person status that is represented by an integer code in the person node (1, 2). Where would you hold the labels info for these codes: 1=Active and 2=Inactive? I thought of a a deta...

mor by Node
  • 706 Views
  • 5 replies
  • 0 kudos

Graph App 'Neo4j Browser' can't be opened

After upgrading Neo4j Browser to 1.3.4, I'm getting this message when I try to open either a local or remote databases: Graph App 'Neo4j Browser' can't be opened. See logs for more info. Re-installing the app might resolve the issue. I've tried to re...

Unexplained Daily Increment of DB Size

Hello, On 2'nd Sept I had upgraded my Neo4j version from 3.3.9(CE) to 3.5.21(CE). From there onwards my store size has been increasing in increments of 4GB every day. I am pretty sure that I am not adding that much data daily. For further investigati...

2X_a_a470849bdc250c3466f3958e545983db574d92cd.png 2X_4_4354f0b89a15aa676870154f5591b3a2252af4d5.png

Password for Neo4J Browser

I have just installed Neo4J Community on my system and am accessing the Browser (http://localhost:7474). I am getting a message saying that I need an authenticated login in order to get to the main page. The documentation for getting started seems co...

Resolved! Apoc.periodic.iterate can't find node just created

I'm trying to execute this query: MERGE (user:User {userId: "123"}) WITH timestamp() AS ts, user CALL apoc.periodic.iterate( "WITH $user as user UNWIND $friendsToAdd AS userId return userId, user", "MERGE (friend:User {userId: userId}) MERGE (user...

Upgrading to 4.1.1 and more

Hello there, I am a novice in graph database technologies and programming. I have been working on a small scale project, and I am facing a situation in which the CYPHER commands, which used to perform well last summer (yes, the work has been dragging...