From b53de6cc2be5d9811dc69433e569e727dee06df4 Mon Sep 17 00:00:00 2001 From: Archivist Date: Mon, 13 Aug 2018 12:27:31 +0200 Subject: [PATCH] Expanded the Readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 1b42596..6e0e66b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,24 @@ ring.get_slices_for(client_ip) The output will provide you information to contact the service in a balanced way. +### In details + +```crystal +Crystal::Scatter::Daemon (12, [2,0,0,0,0,0], "https://api05.myservice.com") + ^ ^ ^ ^ ^ ^ ^ ^ + | | | | | | | | + | | | | | | | L Real target + | | | | | | L Serving daemon + | | | | | L Serving server + | | | | L Serving PSU + | | | L Serving rack + | | L Serving room + | L Serving datacenter + L Weight +``` + +Such information is to be supplied to `Crystal::Scatter`. + ## Contributing 1. [Fork it](https://git.nekoit.xyz/repo/fork/18)