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
  • 943 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Allow partial path results to return

Hi, Say I have : MATCH p = (:Organization)-[*0..1]->(:Group)-[*0..1]->(:User) RETURN p I would like to show all paths of the form Organization->Group->User, but if some suffix of the path is missing, for example Organization->Group or only Organizat...

roymaor1 by Node Link
  • 829 Views
  • 4 replies
  • 0 kudos

Nodes with lots of data

Hello, this is a best-practice / performance question: I have a lot of nodes, where each node has a large amount of data in it. An architecture solution I thought about is keeping the nodes "thin". I'll explain, each node will hold the minimum needed...

apoc.custom.asProcedure

Hi, I am using neo4j-community-4.0.4 with apoc-4.0.0.18-all plugin. When I am trying to register a custom procedure CALL apoc.custom.asProcedure('answer','RETURN 42 as answer') the system is throwing following error: Failed to invoke procedure apoc.c...

Nginx or Apache?

I am in doubt on whether to install a LAMP (Apache) or LEMP (Nginx) stack on my Virtual Private Server. It is my goal to have Bloom as a web application available to users that visit my (Wordpress) website. Any advice on this?

shanna by Node Clone
  • 490 Views
  • 1 replies
  • 0 kudos

When to share/reuse nodes and when not?

Hi, To be specific let's talk about the following simple example. We want to use Neo4j to model a survey system. Each survey consists of a set of questions and each question has only 2 answers i.e.: Yes and No. My idea is to model each question and e...

Probably a simple MATCH statement

Learning CYPHER, so this is probably a beginner level question... My Person node can have an arc to an A node, which has a name. It can also have an arc to a B node, which likewise has a name. How do I find Persons who have at least one A arc and at ...

jeg by Node
  • 473 Views
  • 2 replies
  • 0 kudos

Using neo4j graph visualize

I want to create a simple website to visualize my data. I'm interested in graph from neo4j but don't know how to embedded it to my website. How I can do it? Thank you.

anh_dt by Node
  • 377 Views
  • 1 replies
  • 0 kudos

Connect to remote Neo4j

I just installed a latest version of Neo4j community version through apt and neo4j repository on ubuntu server : deb https://debian.neo4j.com stable 4.1 My neo4j version is neo4j 4.1.2 There is a problem, when I'm changing configuration to the blow f...

maziar by Node Link
  • 935 Views
  • 1 replies
  • 0 kudos

Local Clustering Coefficient with Neo4j

Below is the example in Neo4j algorithm book. What are other choices for the relationship orientation? What does undirected mean? My relationships are directed. I changed the orientation to directed but it says it is not an option. Thanks in advance....