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
  • 857 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

Server Connect error

Please keep the following things in mind: did you search for what you want to ask before posting?please use tags for additional infouse a self-descriptive title Please format code + Cypher statements with the code </> icon, it's much easier to read. ...

3X_b_c_bc2e6004d0994f4edeb65fc1031677aa187ff0da.png

Running multiple databases

I'm trying to run multiple databases at the same time and query data to and from them. I successfully created these databases using the following query: CREATE DATABASE databasename1; CREATE DATABASE databasename2; But I am now uncertain about how I...

Resolved! How to return all end nodes of a tree?

What is the best way to get all the end nodes of a tree? Can it be achieved with a pure cypher or apoc function? I've thought that I can return all of them based on the fact they don't have any outcoming relationships. Would it be possible?

3X_2_e_2ebc5fbdbc95c6bb2fe354aff55f4d44f2fbef69.png

Resolved! Variable Length Relationship - intermediate nodes

Hi, Have a question about being able to constrain the nodes included in a variable length match. Match p= (a:owner)-[:Has]->(b:document)-[:Cites*1..]->(d:document)<-[:Has]-(a) In the path within the variable length relationship [:Cites], I would lik...

Which Internet browser works best?

Will the Neo4j browser work equally well on Edge, Chrome and Firefox? Or is there one browser that is recommended for best performance? When I get more than 10 queries open in a browser window, it starts to become very slow.

Building Hierarchy using Neo4j

hi, Requesting help on this. Requirement - I have a dataset having two columns employee and manager and want to build a hierarchical graph. Below is the sample data set |Employee|Manager| |a|b| |b|c| |c|d| |d|no manager| Problem - the problem that i...

Hosting a biomedical graph online

Hey there, I am just curious if there is a good way to host a biomedical graph online. my intention is to make such a graph public for others to use however I am just a student and can not pay thousands of dollars for a paid service. the graph has ar...

Multiple Values for a property

Hi, I am a newbie to Neo4j and struck with following problem. My Dataset is as below Object, Size, Color A,200,White A,300,Black A,200,Pink B,300,White B,300,Black The expected output is two nodes A and B with two properties Size and Color but there ...

Architecture to export data from Neo4j to MongoDB

Hi all, I need to know what is the best way to send the change to Mongodb when there is a change in Neo4j. Because if I use the Neo4j Streams CDC to send the change to Mongo, in between I have to do a process that transforms these events to MongoDB f...

3X_6_5_65a7f6ab2e46148969c0b34040af8d5842c3b781.png

Resolved! Neo4j Desktop does not show any Apps

I haven't used Neo4j Desktop for a few months. When I started it up today, I could start a database, but none of the basic apps (e.g., browser and bloom) appear in the expected locations. How do I get those apps to appear in Desktop again? Are the...

3X_0_a_0a33af61a20242b2c4ff9cd0bd3cfd5ab0017c62.png