From 196b17417ad7da3e91e4b440af036f0d4bdc0c29 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Mon, 30 Oct 2017 13:28:57 +0100 Subject: [PATCH] Update of Elliott readme file to be compatible with pandoc. Summary: Add pandoc header. Reviewers: mtomic Reviewed By: mtomic Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D944 --- customers/elliott/README_public.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/customers/elliott/README_public.md b/customers/elliott/README_public.md index 70eb1d548..f0ccffb94 100644 --- a/customers/elliott/README_public.md +++ b/customers/elliott/README_public.md @@ -1,8 +1,25 @@ +--- +title: "Elliott Management" +subtitle: "Proof of Concept Report" +header-title: "Elliott Management POC" +date: 2017-10-28 +copyright: "©2017 Memgraph Ltd. All rights reserved." +titlepage: true +titlepage-color: FFFFFF +titlepage-text-color: 101010 +titlepage-rule-color: 101010 +titlepage-rule-height: 1 +... + +# Introduction + We tried generating a few sample graphs from the description given at the in-person meetings. Then, we tried writing queries that would solve the problem of updating nodes when a leaf value changes, assuming all the internal nodes compute only the sum function. +# Technical details + We started by creating an index on `id` property to improve initial lookup performance: