Data Input¶
A set of classes for dealing with batch CRUD operations on Neo4j via neomodel
- author:
Athanasios Anastasiou
- date:
Mar 2023
- class citehound.batchprocess.ItemRelationship(left_relationship, right_entity, relationship_data=None)¶
A very basic class that maintains a reference to two entities and the relationship that is supposed to be established between them
- apply()¶
Applies the relationship :return:
- class citehound.batchprocess.OGMTransaction¶
Something that needs to take place within an OGM Transaction
- apply()¶
The point of actually running the transaction on the database. Anything that changes the state of the DBMS should execute in here. :return: