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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Need - neo4j reverse proxy config for apache

Can someone provide me with Apache reverse proxy config for neo4j. The browser is loading fine , but no luck connecting to the DB using the connect url. What should be the proxy config, specifically the one to connect to the Database. This is my curr...

njs8 by Node
  • 6759 Views
  • 13 replies
  • 1 kudos

What is "Save as Project File"?

I see there is a File icon in a browser cell. The hint shows "Save as Project File". I'm not sure what that does. I haven't been able to find any documentation for it. I tried it, but I got the unhelpful error msg "A network error has occurred." ...

clem by Graph Steward
  • 1762 Views
  • 3 replies
  • 1 kudos

Resolved! ArrayIndexOutOfBoundsException when loading CSV

Hi, I want to import a csv table with tweets from twitter. But I get the error message: Failed to invoke procedure apoc.load.csv: Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 4 out of bounds for length 4 My Code is: CALL apoc.load.cs...

Resolved! Group NODES by CONTAINS

MATCH (l:WORD)<--(k:SENTENCE) WITH l MATCH (l)-[*]-(n:SENTENCE) WHERE n.name CONTAINS l.name WITH n.name AS NodeContainingTheWords, l.name AS TheWord RETURN NodeContainingTheWords, TheWord Returns the following I want to group 1 and 2 so that I can...

3X_b_0_b0e12c050941bfb5df89266e08b6412f187705e5.png

Resolved! Visualization Model

I would like to display my graph model from existing graph db (neo4j db). What is right tool or cypher query ?

ilko_k_v by Node Clone
  • 488 Views
  • 2 replies
  • 2 kudos

NEuler Problem: Algorithm failed to complete

Hi @mark.needham, I'm having problems getting NEuler to work. I was trying to do exercise on Graph Algorithms Workflow - Introduction to Graph Algorithms in Neo4j 4.x but I can't run single algorithm with NEuler. I set my configure setting with given...

3X_b_4_b480b757a9f22ebbdba29dec73d373e9da33423f.png
jin_what by Node Link
  • 565 Views
  • 2 replies
  • 2 kudos

How to load Community database into Desktop?

I created a database using Community Edition, which appears to be located at C:\neo4j\neo4j-community-4.2.7\data\databases\neo4j I load data into the database using py2neo, which includes this line: graph = Graph("bolt://localhost:7687", auth=("neo4j...

e25548 by Node
  • 2204 Views
  • 14 replies
  • 0 kudos

Index on array

Hello. I'm trying to implement search of nodes by its' array property. I have 11M nodes. 10-100 of nodes have tags field (array or null). Like: MATCH (n:address {name: '...'}) SET n.tags = ['test1', 'test2'] RETURN n; I've added index: CREATE INDEX ...

noff by Node
  • 4318 Views
  • 5 replies
  • 1 kudos

Want better error handling in apoc.number.parseFloat()

I was trying to do a CSV import and I had a stray extra space at the end of my column name. So, it became the equivalent of: LOAD CSV WITH HEADERS FROM "file:///import.txt" AS row FIELDTERMINATOR '\t' WITH apoc.number.parseFloat(row.NonExistantFiel...

clem by Graph Steward
  • 587 Views
  • 1 replies
  • 0 kudos