aboutsummaryrefslogtreecommitdiff
path: root/db.txt
diff options
context:
space:
mode:
Diffstat (limited to 'db.txt')
-rw-r--r--db.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/db.txt b/db.txt
new file mode 100644
index 0000000..ba7981d
--- /dev/null
+++ b/db.txt
@@ -0,0 +1,24 @@
+Configs db example
+
+configs.servera is a collection containing records like:
+{
+ "timestamp": 1363817460,
+ "configttl": 3600,
+ "pinginterval": 60,
+ "neighbours": [
+ "serverb",
+ "serverc",
+ "home"
+ ]
+}
+
+
+Results db example
+
+results.servera is a collection containing records like:
+{
+ "timestamp": 1363817460,
+ "serverb": 0.057,
+ "serverc": 0.054,
+ "home": 0.055
+}