bmeg / grip

Graph Integration Platform
https://bmeg.github.io/grip
MIT License
24 stars 8 forks source link

Gripper Simplify #261

Closed kellrott closed 3 years ago

kellrott commented 3 years ago

The edges from the graph driver will only be able to be derived from edge tables, removing the ability to use 'fieldToField' and 'fieldToId' configurations. Those methods:

Additionally, this PR will also remove the JSON path based description of the 'toField' and 'fromField'. It was overly complicated, not user friendly, and never used. Again, any cases were a sub field needs to be used to create an edge, it is better to put the logic in the plugin, rather then try and predict every possible scenario in the engine.