There is no generic object graph mapper as per my understanding for cypher databases but it becomes non optimal for complex schema that we are about to enable so we are going to use object graph mapper that is available for neo4j - neomodel.
Both the utilities ingestion and query need to migrate to neomodel. As the schema is same it makes sense to make this as a cross cutting library to deduplicate.
There is no generic object graph mapper as per my understanding for cypher databases but it becomes non optimal for complex schema that we are about to enable so we are going to use object graph mapper that is available for neo4j - neomodel.
Both the utilities ingestion and query need to migrate to neomodel. As the schema is same it makes sense to make this as a cross cutting library to deduplicate.