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
  • 998 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
  • 1210 Views
  • 1 replies
  • 1 kudos

Bloom scene new nodes

Suppose a scene has an existing node with existing relations found upon expanding. When I search a new node, the nodes already present on the scene do not automatically link up with the new node. How to do this?If this is not possible, any other way ...

is4761 by Node
  • 528 Views
  • 1 replies
  • 0 kudos

Resolved! Querying a large graphDb

Hi, great minds! I am new to neo4j and currently exploring an existing graph to extract data for downstream tasks.I would like to get all pairs of nodes and their relationship from the graph.  MATCH (n)-[r]-(n1) WHERE n<>n1 AND n1>n RETURN * This wil...

wumirose by Node Clone
  • 1805 Views
  • 8 replies
  • 5 kudos

Neo4j data record does not return anything

The reason for running this query is to retrieve all the records of the Crime nodes connected to junctions. But, upon execution of the query - no output was obtained : which forces me to conclude that for that junction id, there are no crime nodes th...

saadiiii_1-1655417915824.png

Error after running heavy query

Hi,Running this query:   Match (n:company)<-[:Assigned_to]-(a:patent)-[r:Cites]->(d:patent)-[:Assigned_to]->(n) where exists {(a)-[:Cites*2..4]->(d)} set r.inherited =true  Which is known to be heavy.  After several hours of running, I got this error...

andy_hegedus_0-1655302358863.png

Neo4j ports are not listening

hi all,I have build an ubuntu server and the URL https://neo4j_ip:7473 was working fine. We did couple of reboots of this server and stop/start the neo4j service to test the backups but the url is not working now.I have run the command: sudo netstat ...

Flight with engine usage cost

Hi guys,I’m looking into doing a business case for a friend and found Neo4J. Not sure if I can do what I need.Basically the idea is to optimize the usage of plane engines.So we have a flight schedule that need to be performed. But using a specific pl...

Resolved! How to create graph projections from json file

Hello everyone!!I'm looking for a way to resolve this problem. I need run graph algorithms on a graph that is in json format, like this (not the real, but similar):{   nodes: [     {       __id: "some_id",       type: "NodeType",      inE: ["node_id1...

GDS 2.1 Compatible with DB 4.4.5?

Hi,The documentation for GDS 2.1 states that DB version 4.4 is compatible, however I am only seeing version of 2.0.3 of GDS. I am using the desktop version with enterprise license.  What do I need to do to access version 2.1 of GDS?Andy

andy_hegedus_0-1655216099043.png