David Allen
David Allen
Suppose I create endpoints with Epilogue, for a simple model like this: ``` var Thing = sequelize.define('Thing', { x: { type: sequelize.INTEGER }, y: { type: sequelize.INTEGER } }); ```...
Related to a discussion with Will, if I write a type like this: ``` type UPVOTE @relation(name: "UPVOTE") { from: User! to: Response! } ``` It would be nice to...
We have this repo here, which is a proof of concept of how Spark can be made to format CSV files in accordance with neo4j-admin import. In this mode, the...
Users appear confused about save mode on relationship merges. Crux of the issue may be that relationship writes have effectively 3 save modes: the rel, the source, and the target....
Related to / similar to this one: https://github.com/neo4j-contrib/neo4j-spark-connector/issues/213 Tests to verify syntax / approach for R in spark
I'm a bit confused on what the rules are for a valid write query I think we need a FAQ entry for "please provide a valid (READ|WRITE) query" describing the...
Being a user who easily makes mistakes, I chose to do a read of a certain label set with 100 partitions and write the resulting dataframe to CSV, within my...
Ref this old ticket where it was done for the previous version: https://github.com/neo4j-contrib/neo4j-spark-connector/issues/1
Here, I provide relationship metadata options but I'm reading a label