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

Permanent login with neo4j drivers

I am using Google Cloud Functions as middleman to Client App and neo4j server, does Client app connection to server through Cloud Function require the Javascript Driver to login everytime the user sents request or is there any other way to do it bett...

Performance of Node Labels VS attributes

Hello I am trying to understand if the use of a node label as a "tag" has any better performance in querying than using an indexed attribute. Consider for example a typical blogging platform where some Article node might have to be "tagged" as Draft,...

Label box size adjustment in Neovis

Hello everyone! Is it possible to control the size of label box in Neovis (for edges labels) and to implement text wrapping? I have rather long strings as my edges labels, and the one-line label looks not so good. Any suggestions will be appreciated!

How to parse Result object

I'm writing some custom complicated procedures that make some queries that return a single result, but I haven't figured out how to parse my query result from the Result object returned by the query. For example, I have a Result result = db.execute(q...

Second level relationship direction

Hi everyone.. I have been working on cypher and Neo4j.. From the past few days, I was trying to figure out how to get the direction of nodes in the multiple depths of the graph.. I created a simple graph and following is the query I executed.. MATCH ...

Resolved! Neo4j desktop V1.2.1 Not Annotating Graph

I'm running the Neo4j desktop app (V1.2.1) on an iMac running macOS Mojave (V10.14.6). I recently used the browser in the desktop app to create a simple three-person graph of communications between and among the three people. CREATE (nodeAdam:Member ...

Ciro by Node Clone
  • 971 Views
  • 4 replies
  • 2 kudos

How to match a given node's all related user?

Hi, I am given a Core User and need to match all the relationships start with Core User to other Users. Core User is also labeled with User. I have the following relationships: (cu:User)-[:FOLLOWING]->(:User), Core User is following some Users(cu:Use...

2X_9_9f1715baa5b02d27040b3a22b1032e878719bda3.png
coolyrat by Node Clone
  • 745 Views
  • 1 replies
  • 0 kudos

Spatial. GIS. Hikes in Neo4j

The question is, how to place the hikes data saved in gpx file into neo4j using spatial functions. I can easily extract the data from gpx files, parse them but then... how do I model the data structure in neo ? I dont want to make a mess in the datab...