styx/DEMO.md

24 lines
328 B
Markdown
Raw Normal View History

2020-06-03 16:20:40 +02:00
# Demo notes
```graphql
{
Node(func: eq(type, "matcher")){
id
target
type
full
nodes {
uid
full
}
}
}
```
## Notes
* There is TOO MUCH junk data
2020-06-03 16:20:40 +02:00
* Upsert is not optimal
* What do we do with the data so it can be exploitable by analysts
* Sould we store matched data in an SQL-like db?