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

Standards & Best Practise

Hi There, We are planning to introduce Neo4J into our existing Data Architecture, As part of this I would like to publish some standards/guidelines, best practice for our development team. Do we have anything published from Neo4j ? or do anyone have ...

mmuthu by Node Clone
  • 1109 Views
  • 2 replies
  • 0 kudos

Resolved! Failed to establish connection

When working with offline mode. I get the following error when I try to post query from the postman: neobolt.exceptions.ServiceUnavailable: Failed to establish connection to ('::1', 7687, 0, 0) (reason [Errno 61] Connection refused) However, neo4j-...

ri8ika by Graph Voyager
  • 3753 Views
  • 1 replies
  • 2 kudos

Resolved! How to NOT use an index?

Hello everyone! I have been using Neo4j for a while now but just realized that I have a performance problem with the following query (simplified): MATCH (u:User)<-[:U]-(:Profits)-[:DP]->(dp:DailyProfit) WHERE ID(u)=12345 AND dp.localDate>='20190601' ...

chris3 by Graph Buddy
  • 1514 Views
  • 3 replies
  • 5 kudos

Inserting a Relationship Post Database Setup

Hi I am new to Neo4j but have searched and tried to come to a resolution for a week now with no success. I have a DB with the OffShore_Leaks in it. I have imported the Nodes of Bahamas_Leaks and am trying to get the Relationships of Bahamas inserted...

Optional match - many clauses

Hi, Simple questions NEO 3.4.14 What is difference between: 1. MATCH a OPTIONAL MATCH a->b OPTIONAL MATCH b->c OPTIONAL MATCH b->d RETURN a,b,c,d MATCH a OPTIONAL MATCH a->b, b->c, b->d RETURN a,b,c,d I see difference in result in case a->d returns...

Resolved! How to call APOC functions from Java?

Hello everyone. I have a Java app working with Neo4j and APOC. I'm facing a problem calling an APOC function from java, which is apoc.text.join. When I run a Cypher query I got this error: org.neo4j.cypher.SyntaxException: Unknown function 'apoc.text...

Returning results between 2 dates

Hi, I'm new in Neo4j, and I'm working and searching to learn more about it and graph usage. I made this querry but it says that I have an error, anyone can help me so I can move on? What I want to know is what some user has bought between 2 dates (I ...

Are you an Elixir user?! If yes, would you like to push the boundaries for more advanced use-cases i.e. causal clusters, multi tenancy and more? Daring testers wanted :)

We're working on the docs and adding final touches to the Neo4j driver for Elixir: Bolt.Sips, and we need your feedback. The development of the latest version was moved to the public area (on GitHub), for offering you an early preview of what's comin...

florin by Node
  • 630 Views
  • 0 replies
  • 0 kudos

Import CSV relationship error

Hi guys, I am importing a CSV into neo4j and I am having a small issue with my Data model I have the following data model after running this cypher query Load csv with headers from 'file:///Congresional_Directory_Updated.csv' as line With line MERGE...

2X_a_a1184a9f28c0f4cfb5147412f3b4cf0d961736e1.png 2X_0_01b27aaabc36eae9febc52b9aa5ca23779ce8b46.png 2X_7_77f9f77f01e779b58df7682d7289f81742ee391b.png
skirwan by Node Link
  • 1708 Views
  • 10 replies
  • 0 kudos

Resolved! Load CSV split

Hi guys, Id like to split the following csv column into 2. The split being between the first 2 charactors e.g the first one would split into LA and 05 St/Dis (Header) LA05 NC12 AL04 CA31 GA12 TX32 MI03 NV02 ND00 Kind regards, Sam

skirwan by Node Link
  • 1330 Views
  • 3 replies
  • 0 kudos

Cypher Style Guide: SET

I was looking over the style guide to see if there were recommendations about spacing. I noticed in https://neo4j.com/developer/cypher-style-guide/#indent-line-break that ON CREATE SET and ON MATCH SET are indented, but no mention of just plain SET D...