gradoop icon indicating copy to clipboard operation
gradoop copied to clipboard

Neo4j - Datasource and Datasink

Open Fabianexe opened this issue 7 years ago • 4 comments

The data model of Neo4j and Gradoop is more or less the same. However, there is no possibility to directly interact with data stored in Neo4j. Many workflows would be benefit if data could be loaded and saved in Neo4j.

Fabianexe avatar Nov 05 '18 09:11 Fabianexe

I think this is a very good idea. Probably a topic for @p-f or @timo95 ? Or is someone else interested?

merando avatar Nov 05 '18 13:11 merando

There is https://github.com/s1ck/flink-neo4j in case you wanna reuse some ideas.

s1ck avatar Nov 05 '18 13:11 s1ck

But we have clearly to differentiate whether it could be Source/Sink or an Importer. The easiest way would be to provide an importer in the first version.

merando avatar Nov 05 '18 13:11 merando

Neo4j provides a JDBC driver, so importing data should work with the RDBMS importer (as soon as that is finished). I don't think that an additional importer would make sense then. We can maybe provide an implementation of our Store API for Neo4j?

p-f avatar Jan 25 '19 14:01 p-f