- YildizDB offers a faster way to ensure that a single-handed relation ship, shown as edge between two nodes is created in the database
- you can use the
GraphAccess.upsertSingleEdgeRelationBetweenNodes({})
directly or use the - HTTP endpoint
POST: /access/upsert-singular-relation
- usually it would take up to 7 method calls to create this kind of relation, but with this method YildizDB runs all of the operations straight in a single (retried) operation
- Yildiz turns the passed values into identifiers
- Yildiz then checks if both nodes exists
- If any node does not exist, it will be created
- It will determine if an edge must be created and do so
- Depending on the passed mode, it will treat edge creation
Working with the /access/**
HTTP endpoints makes your life easier
when working with