From cf5665186730427ce986da94a07f527c031854d9 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 10 Dec 2014 14:33:17 +0000 Subject: added zookeeper programs used for demonstration of functionality on baserock The zookeeper programs lorried in is one of my own making, using the ZooKeeper API, and the c++11 standard libary. these are curently hosted on github under my name and have been created to install onto a supported platforn and provide an interface on the client that allows the user to see the zookeeper functionality. On the server side the setup is automatic and populates the ZooKeeper filesystem with some example data that can be used by the client to show how the service could be used --- open-source-lorries/zookeeper-programs.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/zookeeper-programs.lorry diff --git a/open-source-lorries/zookeeper-programs.lorry b/open-source-lorries/zookeeper-programs.lorry new file mode 100644 index 0000000..2d7d32d --- /dev/null +++ b/open-source-lorries/zookeeper-programs.lorry @@ -0,0 +1,6 @@ +{ + "zookeeper-programs":{ + "type": "git", + "url": "https://github.com/MichaelPSmith/ZookeeperExperiments" + } +} -- cgit v1.2.1