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
  • 909 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
  • 1154 Views
  • 1 replies
  • 1 kudos

Install APOC plugins using Docker Compose

I want to deploy neo4j:4.4.9-enterprise via docker-compose and install apoc + gds plugins.This is my docker-compose.yml --- version: '3' services: neo4j: image: neo4j:4.4.9-enterprise hostname: neo4j container_name: neo4j ports: ...

Resolved! Neo4j Professional Tier

Hello Neo4j People, I have a question about the Professional Tier. Is it possible to have DUAL use of Professional Tier in the form of (1) a "free instance" there, used as a staging or back up graph, while then also (2) having the fully paid and prov...

Outward relationship display for a family tree

Hi, I created a simple family tree with my parents, siblings, wife and kids. It has bi directional relationships and I'm able to retrieve the family tree. But the ask is, If I run a cipher against my wife, I need all outward relationships. Is there a...

Jason by Node
  • 1934 Views
  • 2 replies
  • 2 kudos

Display relationship properties on graph

Hi I have a relationship type "IS_SHAREHOLDER_OF" with the property "votingRightsPercentage". I would like to display this property on the label of the relationship arrow in the graph. Is it possible? If yes, how?

2X_6_6d5e4943bf205b13df19807ef37be528051b4361.png
fuda87 by Node
  • 3616 Views
  • 8 replies
  • 6 kudos

Resolved! How to Delete / Remove Neo4j Parameters

Greetings, I have a number of Neo4j Parameters created in both AuraDB and Community 3.5.1... Is there a way to delete / remove a parameter? I've tried delete :param myNeo4jParam and remove :param myNeo4jParam, but neither works. Many Thanks!

neoparam.PNG
RedInk by Node Link
  • 666 Views
  • 2 replies
  • 1 kudos

Resolved! How to Use Neo4j :param in Node .Post Query

Howdy, I have a cypher query inside a Node .post using call apoc.load.json($myNeo4jParam) yield value. When I run this query I get an error Neo4jError: Expected parameter(s): myNeo4jParam. So my apoc call is not using my Neo4j database :param myNeo4j...

RedInk by Node Link
  • 966 Views
  • 5 replies
  • 3 kudos

FastRP on subgraphs

hello,  I am a Neo4j newbie.  I have graph with 30M person nodes and 150M nodes in total. I am trying to create embeddings for the person nodes using fastRP. I am able to project the graph into memory but run out of memory when I try and run fastRP. ...

rc by Node Clone
  • 188 Views
  • 0 replies
  • 0 kudos

Error - This DBMS can't be found at the moment,

Hi All, Today I'm facing a strange issue here are the logs, can someone please help me    [2022-08-26 20:32:09.808] [warn] Failed to get DBMS path through Relate Error: Relate DBMS with tag neo4j-desktop-dbms-database-dca853eb-852a-47db-9384-817c718f...

Resolved! Expand node filtering by relationships properties

Hi!! In my database, I have :TEAM nodes which have :MEMBERSHIP relationships with :PLAYER nodes. :MEMBERSHIP relationships have isActive property which is a boolean indicating whether the player is active. I'm using apoc.path.expand() to expand playe...

Franbr31 by Node Link
  • 483 Views
  • 1 replies
  • 1 kudos