styx/DEMO.md

42 lines
490 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
}
}
}
```
2020-06-10 11:32:56 +02:00
```graphql
{
Node(func: has(nodes) ) {
uid
type
target
timestamp
nodes {
uid
type
full
hostnames
}
}
}
```
2020-06-03 16:20:40 +02:00
## 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?