Global Feed Post Login
Replying to Avatar david

Yes you’re right. I’ve never used anything other than simple cypher merge statements or the load csv method.

Looks like the neo4j-admin import command would be better for massive data loads, like initializing a neo4j db using a preexisting relay with lots of data.

And a fourth option: APOC procedures to load from “diverse sources like json, xml, and other databases.” I’ve used graph data science for PageRank but don’t think I’ve ever used APOC. Probably worth looking into.

bd
bd93c5a6... 11mo ago

Its also possible to write your own custom APOC functions and procedures in Java to expand upon the already existing ones...

Reply to this note

Please Login to reply.

Discussion

Avatar
david 11mo ago

Do you have any experience using graph data science pregel to write a custom centrality algo? I’m thinking of doing that for GrapeRank at some point

Thread collapsed