From ef86b0972c5ec5a07d1ba58792a65010ea672983 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 5 Feb 2016 14:43:14 -0800 Subject: [PATCH] Documentation: add more context on the v3 API Add links to videos we have recorded and some context besides just the bullet points. --- Documentation/rfc/v3api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/rfc/v3api.md b/Documentation/rfc/v3api.md index b7e49f01c..a143b76ff 100644 --- a/Documentation/rfc/v3api.md +++ b/Documentation/rfc/v3api.md @@ -1,3 +1,9 @@ +# Overview + +The etcd v3 API is designed to give users a more efficient and cleaner abstraction compared to etcd v2. There are a number of semantic and protocol changes in this new API. For an overview [see Xiang Li's video](https://youtu.be/J5AioGtEPeQ?t=211). + +To prove out the design of the v3 API the team has also built [a number of example recipes](https://github.com/coreos/etcd/tree/master/contrib/recipes), there is a [video discussing these recipes too](https://www.youtube.com/watch?v=fj-2RY-3yVU&feature=youtu.be&t=590). + # Design 1. Flatten binary key-value space