From 5809c9ac5a7ffa740cf1591f8a830b68cc56abd8 Mon Sep 17 00:00:00 2001 From: haad Date: Wed, 8 Jun 2016 16:43:09 +0200 Subject: [PATCH] Add link to visualization --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12279a7..656aa2c 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,14 @@ This is the Javascript implementation and it works both in **Node.js** and **Bro - Aggregation happens on client side and data is eventually consistent - Designed to work offline first +Check out a visualization of the data flow at https://github.com/haadcode/proto2 + +![Screenshot](https://raw.githubusercontent.com/haadcode/proto2/master/screenshot.png) + **NOTE: the README can be out of date, I'm working to get up to date. If you find a problem, please open an issue or a PR.** _Currently requires [orbit-server](https://github.com/haadcode/orbit-server) for pubsub communication. This will change in the future as soon as IPFS provides pubsub._ -![Screenshot](https://raw.githubusercontent.com/haadcode/orbit-db/master/screenshot.png) - ## Install ``` npm install orbit-db