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

Modeling data for floor plan

I'm creating a floor plan with neo4j which is going to be later presented in frontend d3-backed application. My base label is Floor. Floor has many OutlinePoints (attributes: x, y), which form a floor outline (graphical representation of floor). (:Ou...

jacek213 by Node Link
  • 1661 Views
  • 5 replies
  • 5 kudos

Setting Up Graph Structure - Graph Noob

I'm working on an issue I think is very well suited to neo4j and a graph DB. I'm struggling a bit on how to set up the initial structure of the graph. I've included a screenshot of the structure I've got so far and I'm hoping someone will be able to ...

2X_d_d0c8b9816aba3543222a31a8d145b4b062b74182.png

Neo4j 3.4 Set up issue without error message

Hi, This is a question regarding setting up Neo4j 3.4. I just upgraded neo4j 3.4 from Neo4j 3.3. I configured the neo4j.conf so that I can access my previous data. However, when I started neo4j on the browser, I got the browser and there is no error ...

Backup/Restore

@david.allen, Would like to know, if we backup a graph.db file on external hard drive, what would be the best practice restore them back on my Causal cluster? If we have one separate VM to store backup, should we connect that to CORE cluster system...

tharshy by Node Link
  • 6738 Views
  • 24 replies
  • 2 kudos

Cluster deployment on google compute engine

@david.allen, Is it possible to deploy the clusters on 2 different instance zone on google using the deployment tool. if we keep all three CORS under one zone, then what would happen if there is some interruption in that particular zone, our entire...

tharshy by Node Link
  • 1088 Views
  • 3 replies
  • 0 kudos

Requesting help with a small project we made

Hi NEO4j forum, I'm new here, so if I posted in the wrong section, please forgive me, and guide me to the right place. I've been eyeing graph databases for a while now, and was always curious, wheter or not they could be applied to some simpler appli...

2X_9_9f92c0820456739bfa6ca289313a1aeba8e18599.jpeg 2X_3_3a583803804ad72b093b1351473b1ff69c2e434c.png

Resolved! More than one relationship between the same nodes

Hi guys! I'm building a example of a solution to count visits between Persons and Places. In this time I have some doubts to modeling. First of all, what is the better pratice, make various Visit nodes with it's own properties, or put some properties...

Resolved! Couldn't display all nodes on Gephi from Neo4j

I ve been working on this since a long time and it works perfectly . But this time I used the same queries and I realized that I am not displaying all nodes just after deleting duplicates nodes ! I have 151 unique node but it displays only 45 ! Here ...