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

Resolved! Nodes with duplicate property value

I have a graph where each node contains two property A and B. I wanted to check e.g., if the same B value exist in other nodes (appear in the data more than one time). So far I succeed to find the occurrence of the property B value when its more tha...

Unable to get Docker + HTTPS working

Hi, We want to use docker to run neo4j 4.1.1 and have SSL enabled. However, neo4j will not run with these settings. The specific error we get is: ERROR Failed to start Neo4j on dbms.connector.http.listen_address, a socket address. If missing port or ...

Ability to determine deleted nodes/relationships?

I've been working on an import script (APOC based) to input the contents of a customer built Excel spreadsheet and built the nodes & relationships. So far that has gone well for the initial import and creation of the graph. As this spreadsheet is u...

mbandor by Graph Voyager
  • 1064 Views
  • 5 replies
  • 1 kudos

Renewing Neo4j enterprise license on standalone DB

Hello Team, My enterprise license just get renewed and am currently using enterprise Neo4j DB (v4.1.5) as standalone DB in my linux server. I was wondering how do I "renew" the license with the DBMS that is currently set up in my server? Besides, I n...

Resolved! Multiple Nodes in 1 column as target

Hi, The CSV shown above is the result of a manual manipulation from the original csv. I then proceed to enter the following cypher. LOAD CSV WITH HEADERS FROM 'file:///Data_3.csv' AS row MERGE (m:Module {ID: row.ID, RefBy1:COALESCE(row.RefBy1,"NA") ...

3X_6_f_6fafb4a4d3a1ae6bd2d3ba15bbbf70a135356323.png 3X_e_d_ed3688b3569c8fdf5c9a18c22024f0d6ede157d0.png
lipchean by Node Link
  • 1000 Views
  • 8 replies
  • 2 kudos

Aggregate on distinct nodes

I am currently trying to return some aggregated data on a set of communities, however due to the way that my graph is set up, I am getting a duplicate of some nodes. MATCH (l:Order)-[]-(a:Equipment) WITH COLLECT(DISTINCT a) AS equipment, COLLECT(DIS...

Finding a node down a relationship 'path'

Not sure the best way to phrase the question, and apologies if this was clearly answered elsewhere - not knowing the right terms to search makes finding that answer difficult. Very new to neo4j and graph databases, and still learning a lot. The appli...

Newbie looking for some advice for visualization

Hi, I'm pretty new to graph data and Neo4j. I love the simplicity and easy-of-use of the Neo4j Browser for visualization, but I need a bit more control over layer. For example, I need to visualize a graph of about 1,000 nodes and 4,000 relationships...

tkiely by Node
  • 880 Views
  • 3 replies
  • 0 kudos

Neo4j 4.3.10 config https fail

configure https using ssl error neo4j version : 4.3.10 1. i want to using GraphXR to connect neo4j ,the failed resson is : vendor.bundle.js?v=2.13.0-434a7028:56 WebSocket connection to 'wss://x.x.x.x:7687/' failed: Error in connection establishment: ...