From 0b54e952b7e5339819b0bda4209efe28737d516b Mon Sep 17 00:00:00 2001
From: Manish R Jain <manishrjain@gmail.com>
Date: Fri, 11 Mar 2016 20:43:29 +1100
Subject: [PATCH] Announcement email

---
 present/ann.txt | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 present/ann.txt

diff --git a/present/ann.txt b/present/ann.txt
new file mode 100644
index 00000000..ce0a3b54
--- /dev/null
+++ b/present/ann.txt
@@ -0,0 +1,23 @@
+This is a post to announce DGraph, an open source, distributed, scalable native graph database. DGraph is designed to handle terabytes of structured data, over commodity hardware.
+
+The design and inspiration is drawn from my experiences working in Google Knowledge Infra group. DGraph is under active development, and is looking to hire talented engineers.
+
+Github page: https://github.com/dgraph-io/dgraph
+
+Features:
+- Aimed at real time user queries.
+- Low Latency, High Throughput.
+- Distributed Native Graph database.
+- Network calls are proportional to complexity of query, not number of results.
+- Supports GraphQL as query language.
+- (planned) Shard replication, High availability, Crash resilience.
+- (roadmap) https://github.com/dgraph-io/dgraph/issues/1
+
+Performance:
+- Loads up 21M RDFs from Freebase Film data in 20 mins.
+- Runs complex queries about Steven Spielberg in ~200ms.
+
+Happy to answer any questions!
+
+Cheers,
+Manish
-- 
GitLab