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
  • 876 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
  • 1131 Views
  • 1 replies
  • 1 kudos

Migration from Neo4j to Relational DB?

I am curious if there are tools to migrate/populate a relational database from Neo4j? I have seen numerous articles on migrating from a RDBMS to Neo4j, but not the other way around. Looking to use the relational database for reporting. Thanks.

Delete all nodes related to a certain node

So when i remove the grey node, the green, pink and darkgreen nodes will be deleted as well. I tried: session.delete(thisnode.class, id, 5) And a cypher solution is fine too, this didnt work either: MATCH (n:thisnode)--(e) DETACH DELETE n,e; What wo...

2X_7_74f48e03f18138af3ccbd767af98df4edc97ae1f.png

Resolved! Yet Another Repeat Until Question (YARUQ)

I want to return all nodes/relationships until I find the first node that has a certain relationship in an arbitrary number of iterations. Example Given: X(1)-[foo]->X(2)-[foo]->X(3)-[bar]->X(4)-[foo]->X(5) I want this returned: X(1)-[foo]->X(2)-[fo...

Resolved! Create Node Without Properties

I apologize if this is a common question, but I haven't seen any clear and definitive answer so I figured I'd ask.. Part of our structure requires that we track changes to a given entity - lets say, a "person". Now, this person may have a name, ID, o...

Filter Relationships

Hi Neo4j Community, I hope its okay that i opened a new topic, but im stuck for 2 days. So i got a Database with Persons as Nodes and each "Meeting" of each other i displayed as Relationsship with the property datetime. Here's one extract from the da...

Resolved! Remote neo4j server - port 7474 connection refused

I cannot connect from my local machine to a remote server using the server host name and port 7474 in the browser (HTTP, not HTTPS). I have the remote server running Debian with the following version: Linux mem 4.19.0-12-amd64 #1 SMP Debian 4.19.152...

mcbr by Node Link
  • 12563 Views
  • 5 replies
  • 0 kudos

Neo4j error start after update neo4j on ubuntu

Hello, On my server, I was using a working instance of Neo4j 3.5.0. On my computer, I was using version 4.2.0. I updated my version on my server to find the same configuration. sudo add-apt-repository "deb https://debian.neo4j.com stable 4.2" sudo ap...

Data search on a Labeled node

How Neo4j search data if i search nodes with the label. If i use profile/explain the operator that shows was NodeByLabelScan. My specific question here is, does Neo4j maintain additional storage(or any special kind of indexed data) so that, while pro...

md7 by Node Link
  • 597 Views
  • 4 replies
  • 0 kudos