styx/DEMO.md
2020-06-03 16:20:40 +02:00

346 B

Demo notes

{
  Node(func: eq(type, "matcher")){
    id
    target
    type
    full
    nodes {
      uid
      full
    }
  }
}

Notes

  • Currently only runs matchers on Pastebin data
  • 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?