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
  • 947 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
  • 1184 Views
  • 1 replies
  • 1 kudos

Popularizing Neo4j

Neo4j lacks one seemingly simple tool in order to popularize the database. As craft databases are inherently easy to understand, create, and interpret in graphical form, Neo4j desperately needs a front end that can create semantic network graphs. The...

Resolved! Managing Table Data

We have a several tables that have static data used as a reference. Its nothing complicated. To start, I went ahead and turned these into nodes Set row = 1, Set col = A, set value = 6.7 Set row = 1, Set col = B, set value = 8.2 Set row = 2, Set col ...

2X_9_9c601be31656d20601ee4267c69a67a695b12e26.png

Resolved! Neo4J Desktop App - GDS Playground with remote graph

Hello All, I have a remote graph on neo4j 4.1.3. bolt+s (7687) is the only open port. I have GDS working via Neo4j Desktop's browser. I want to try out Graph Data Science Playground to speed up using GDS Algorithms. However, I am unable to connect to...

2X_7_734f50faf2d73727ab6a30968fb7bb4ae4c6d9ed.png 2X_b_b7a45dbd154c788cb7735ceff7e21d4ac7382bcf.png
uday by Node Link
  • 1191 Views
  • 5 replies
  • 4 kudos

Resolved! Import a list of properties from a csv file

I want to add a list property on a node, with the list formatted conditionally on whether a text value exists in the cell. You can find the csv that I am using here: https://github.com/KatovonKatz/forum-examples.git I import it with this code: // Loa...

shanna by Node Clone
  • 769 Views
  • 2 replies
  • 0 kudos

Resolved! Not show the graph node using json

Hi I have a problem with the graph node. currently i am using eisman project to show the graph, https://github.com/eisman/neo4jd3. But the graph doesn't appear in web browser. Below is my JSON and i already follow the format according to eisman proje...

rosdiana by Node Clone
  • 446 Views
  • 1 replies
  • 0 kudos

Relating nodes between 2 independent databases

Good morning, We are using a neo4j database for tracking samples we process in our labs. We now plan a cooperation with another lab which uses their own neo4j database. Is there a way I can establish relationships between nodes in "our" database and ...

Right use of distinct with subquery

HI I use the follwowing query MATCH ((node_left: org)-[relationship_leftnode_currentstatus: current_status]->(node_currentstatus)), ((node_left)-[relationship_leftnode_hasmail: has_mail]->(node_mail)) CALL { WITH node_left MATCH ((node_left)-...

rob2 by Node Clone
  • 665 Views
  • 1 replies
  • 0 kudos

Resolved! Neo4j Dekstop Cannot Start the Application

I have a problem when I want to open the neo4j desktop application, that is, the application won't open. when clicked, it only pops out for a while, appears "Getting Ready" and then force close. What is wrong..? Thank you