diff options
author | Mike Smith <mike.smith@codethink.co.uk> | 2014-12-10 14:33:17 +0000 |
---|---|---|
committer | Mike Smith <mike.smith@codethink.co.uk> | 2014-12-15 15:42:02 +0000 |
commit | cf5665186730427ce986da94a07f527c031854d9 (patch) | |
tree | b84cbd6236c91082d5f8dc0cd7da02c53d1efce9 /open-source-lorries | |
parent | fb759127dd771c35938be3aa031bd1a3fe47aa49 (diff) | |
download | lorries-baserock/krin/zookeper-programs-add.tar.gz |
added zookeeper programs used for demonstration of functionality on baserockbaserock/krin/zookeper-programs-add
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
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/zookeeper-programs.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
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" + } +} |