From 2d8d02c6f36fde04f9e7b9ad56f30215b91cd396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Llor=C3=A0?= Date: Sat, 11 Jun 2016 22:55:19 -0700 Subject: [PATCH] Initial working draft --- .../2016/06/21/ottawa-graph-meetup.slide | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 docs/presentations/2016/06/21/ottawa-graph-meetup.slide diff --git a/docs/presentations/2016/06/21/ottawa-graph-meetup.slide b/docs/presentations/2016/06/21/ottawa-graph-meetup.slide new file mode 100644 index 00000000..7416caca --- /dev/null +++ b/docs/presentations/2016/06/21/ottawa-graph-meetup.slide @@ -0,0 +1,57 @@ +The BadWolf Project +Temporal Graph Store +19:00 21 Jun 2016 +Tags: badwolf, graph store + +Xavier LlorĂ  +SWE, Google Inc. +@badwolf_project +@xllora + +* What will be cover today? + +* Quick Overview + +Describing the world using facts + +Facts and how they map to graphs + +Quick Graph manipulation concepts + +Examples and demo + +Road map + +* Modeling facts with graphs + +* Facts change over time + +* How can you manage all these facts? + +* Managing graphs + +* Managing data in the graphs + +* Reasoning using queries + +* Demo time + +* Public usages + +* Road map + +* Updates to BQL (high priority) + +.link https://github.com/google/badwolf/issues/45 Create derived facts via BQL `CONSTRUCT` query + +.link https://github.com/google/badwolf/issues/52 Remove derived facts via BQL `DECONSTRUCT` query + +* Low priority (a.k.a. Out of bandwidth) + +Writing storage drivers + +.link https://github.com/xllora/bwdrivers BwDrivers repository contains contributions (e.g. BoltDB) + +Bridging a sister project + +.link https://github.com/google/cayley Cayley as a backend for BadWolf