Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-24-2022 01:58 AM
Hello!
There is no doubt that Neo4j is a well-deserved mainstream graph database!
I am a beginner. For experimental purposes, I need to modify Neo4j's storage engine and reimplement the underlying data structures like nodes, relationships and graphs in another way. Could you please tell me which parts of the Neo4j's source code should I modify? And, are there any references on Neo4j source code analysis?
Thank You!
08-24-2022 12:03 PM
That's a pretty big goal even for a pro, for a beginner it's unlikely to be successful, if you really want to look into it, the code should be here:
https://github.com/neo4j/neo4j/tree/4.4/community/record-storage-engine
there is also an api in the sibling module.
08-25-2022 12:30 AM
Thank you!
I'm looking for an open source graph database and want to modify its storage engine for experimental needs.
Except for Neo4j, do you know of any lightweight & easy-to-modify graph database prototypes?
All the sessions of the conference are now available online