From 48ced0d47cad112cbf600622d9665b62396b48ec Mon Sep 17 00:00:00 2001 From: Federico Esparza Date: Sun, 16 Dec 2018 10:23:19 -0600 Subject: [PATCH] Fix very minor README typos or omissions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9131771d..a96e41e80 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ > This Prototype tries to resolve the biggest hurdle of connecting our services together. This is not possible in a sane way using our current approach. > -> With this Prototype we can explore using the combination of GraphQL and the Neo4j Graph Database for achieving the connected nature of a social graph with better development experience as we do not need to connect data by our own any more through weird table structures etc. +> With this Prototype we can explore using the combination of GraphQL and the Neo4j Graph Database for achieving the connected nature of a social graph with better development experience, as we do not need to connect data on our own any more through weird table structures etc. > > **Advantages:** -> * easer data structure +> * easier data structure > * better connected data > * easy to achieve "recommendations" based on actions \(relations\) > * more performant and better to understand API > * better API client that uses caching > -> We still need to evaluate the drawbacks and estimate the development cost of such an approach +> We still need to evaluate the drawbacks and estimate the development cost of such an approach.