-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Does it make sense to keep the OGM abstraction distinct and separate from the driver execution?
From a design perspective this would be beneficial in a couple of ways:
- Decouples OGM functionality and usability from TP / Gremlin Server versioning and required driver changes
- A user can create their OGM model and then worry about interaction with the graph, with the option of adding and retrieving their created Elements either synchronously (through an iPython console for example), or async.
I understand this could take a bit of work, so happy to break this into pieces that follow your overall roadmap and submit PRs.
Metadata
Metadata
Assignees
Labels
No labels