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

Can not detect the downloaded distribution

Hi, I am using Neo4j desktop v1.1.20 on Windows 10 platform. Due to the connection problem, I manually downloaded the Neo4j distribution package (e.g. "neo4j-community-3.2.3-windows.zip") and placed it in the folder .Neo4jDesktop\distributions\neo4j....

Resolved! "WebSocket connection failure" When loading csv for hours

I used the following command on neo4j desktop, my csv file has approximately 220000 records and the process take really long and never finish :auto USING PERIODIC COMMIT LOAD CSV WITH HEADERS from "file:///file_name.csv" AS line WITH line.vin AS car...

3X_d_a_dabe30e8b1061f609485c0c5cf74aeb1d1d393a6.png
oli by Graph Buddy
  • 1249 Views
  • 14 replies
  • 1 kudos

Please help me with Neo4j to do my project

Hello Neo4j community. I am not sure where to start and needed help doing my project. What is the best way to approach this scenario? I have a data list of different Cisco Routers (see uploads) and I am trying to design a graph of the routers with al...

3X_f_0_f065a43f9d221eb73e0064d1099c2d7770400d06.png 3X_6_4_649618bce16b3e0b5e3609e398f874fcfe5097bc.png

Resolved! Filter by Regular expression within a list

I want to modify an existing exact match query that takes a list parameter for filtering Is there a mechanism to filter based on any of a list of regular expressions: Something like WHERE obj.text IN [‘^abc.*’,’.*def$’,’exact’]

dptuck by Node Link
  • 1010 Views
  • 4 replies
  • 2 kudos

Can't install GDS on Neo4j community

Hi I'm new to neo4j and have been playing around with the community version for a while. Creating queries, adding visualizing data and importing from csv works fine. When I try to add Graph Data Science library according to the guide, however, I get ...

Apoc path expander functions

A general question regarding apoc path expander functions. In the Neo4J documentation, all examples are based on monopartite graph models. Can I use the expander functions with say a tri-partite graph model? Basically something like this: (p:Person)-...

How to serialize the `.graph()` data?

I'm using the result.graph() to try and get graph info from a cypher call. however, even using a debugger it's hard to tell how to extract anything useful from this API. How do I iterate through or otherwise use a neo4j.graph.Graph object? it's not a...

3X_b_5_b5228d1dd047d1bbf3988d9ce8f620d0edcb1407.jpeg
D_C by Node Clone
  • 1352 Views
  • 5 replies
  • 0 kudos

Resolved! Iterate through two lists?

I'm trying to associate two lists, in a one-to-one relationship. This query is returning the following: all objects in p are merged with only the first element of r. I need something like id1(n)-[:HAS_ID]-id2(n) MATCH p=(n:ID1) MATCH r=(o:ID2) WITH...