graph data model
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
node
- type := "entity"
- id := "$TYPE:$NAME"
- attributes := {name := "John Smith"}
- relations := [] // (relType, relTarget) // ("hasQuery", "Entity:John Smith:Query:a1b2c3)
entity(node)
- name := "john smith"
query(node)
- entity := "john smith"
- hash := "a1b2c3"
- results := [...]
```
In addition to this probably being stupidly slow just from the overhead of creating multiple issues (and those issues triggering workflows? yeah gonna have to turn off that trigger and make this a scheduled thing), factorizing this into sub-objects and edges and such is going to explode the number of issues created
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.