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
  • 920 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Advice Needed: Pregel Procedure Testing

Hello, I'm a student who is looking to implement a graph algorithm using Pregel for a research project. Searching the internet I found the Neo4j Pregel API which I've started playing around with. However, I'm struggling to figure out how to debug and...

Date constructor answers unexpected result

I want to get a DATE corresponding to the first Monday in 2020. I expected the following Cypher to answer that: WITH DATE({year: 2020, week: 1, weekday: 1}) as date RETURN date The answer that Neo4J returns is "2019-12-30" (I'm using Neo4J Enterpris...

tms by Graph Buddy
  • 612 Views
  • 5 replies
  • 0 kudos

Neo4j and FPGA

I found couple of old articles: Neo4j on IBM POWER8: Scale Massive Graphs Like Never Before - Neo4j Graph Data Platform and Neo and IBM Teaming Up to Solve Massive Graph Problems - Neo4j Graph Data Platform from 2015 that talk about combining Neo4j ...

How to add a seqnuential number to nodes

I have the following question for you all, and I think it could be of general interest. I have a cart containing products from different vendors For each vendor I must create an order, and the order MUST have a sequential number starting form 1. The ...

Unable to import json file with apoc.import.json

Please keep the following things in mind: Hi all, I'm trying to rum a GDS algorithm on part of my Neo4j DB. I understand that the best way to do it is to export and import this part to another instance. I have successfully exported it (using apoc.exp...

ariel_t by Node
  • 1927 Views
  • 9 replies
  • 0 kudos

Cypher large write do not roll-back on partial fail

Hello, I were previously under the impression that if a Cypher write query would fail at any part, then the whole query would be discarded. However, when using a WITH statement, then everything until that line will be committed and if something fails...

axela by Node
  • 358 Views
  • 1 replies
  • 0 kudos