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

Resolved! Create relationships only in the Browser

Hi I want to add a relationship in Neo4j browser and then I will start to connect the nodes using Bloom. I'm using Aura. However when I enter the following in the browser it just does nothing - is this the correct syntax to add a relationship?    CRE...

CD007 by Node Link
  • 465 Views
  • 3 replies
  • 1 kudos

gds.fastRP.mutate creates all zeros!?

Hi, I created a graph with Document nodes and Word(lemmatized) nodes which is contained in the document, so Documents are connected through common Word nodes. I projected the part of them like this: call gds.graph.project.cypher( 'documentRootword',...

gigauser by Graph Buddy
  • 611 Views
  • 2 replies
  • 0 kudos

Security vulnerability about HTTP 1.0

Hi everyone, I use neo4j neo4j-community-4.4.12 edition on linux platform. I have been informed about one security leak on 7474 port which is neo4j web port.  In details; Plugin Output:Nessus was able to exploit the issue using the following request ...

Resolved! Create node with spaces in the name via neo4j browser

Hi I'm trying to create a node but having trouble with the spaces - what should I do to resolve - its not clear what should have quotes. It loads fine if there is a single word for the node name? CREATE (n:Air Plenum {id: '1', name: "Air Plenum", par...

CD007_0-1667213324785.png
CD007 by Node Link
  • 899 Views
  • 8 replies
  • 1 kudos

Sharing AuraDB database

    Hi,   I'm interested in AuraDB cloud and created one instance to test it. However, I don't find any option to share my instance with another Neo4j account, so my business partner can use Bloom collaboratively in our database.   Is sharing an inst...

Resolved! Backup restore fails with IllegalStateException

Hi, We are testing the upgrade from 4.4 to 5.1 and have come to the point where we want to restore our 4.4 backups and migrate to the new Neo4j 5 format. I ran the following command: ./bin/neo4j-admin database restore --expand-commands --from-path=ba...

di0n by Node
  • 321 Views
  • 1 replies
  • 0 kudos

Resolved! Network graph clustering

Hello I have a large-scale network consisting of 62,578 nodes. It represents the network topology of an SDN network (Software Defined Networking).  - I want to partition the graph into a number of clusters, each cluster should be controlled by an SDN...

Resolved! How to get the steps used to build the Neo4j Graph?

For example I am using the following Cypher code to build my initial graph: CREATE (forrestGump:Movie {title: 'Forrest Gump', released: 1994}) CREATE (robert:Person:Director {name: 'Robert Zemeckis', born: 1951}) CREATE (tom:Person:Actor {name: 'T...

steves by Node Clone
  • 457 Views
  • 2 replies
  • 1 kudos

Troubleshooting Connection Issues to Neo4j

Troubleshooting Connection Issues to Neo4j (including Browser, Cypher Shell, and Driver Applications) This post describes common issues users may encounter in connecting Neo4j Browser or cypher-shell to a Neo4j database, and how to address them. Conn...