From effd68e093a1f19ad1ec54dad1482f62ea47e5d6 Mon Sep 17 00:00:00 2001 From: Nicolas Dextraze Date: Wed, 18 May 2016 20:56:19 -0700 Subject: [PATCH] Adding README --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..1ed00dc --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +GoLang implementation of a simple EventStore + +------- +LICENSE +------- + +see LICENSE file. + +--------------- +GETTING STARTED +--------------- + +You can run a simple GOES server with this command: + +go run simpleserver/simpleserver.go --db=./events --addr=tcp://127.0.0.1:12345 + +Both flags are optional and their default values are the same as the example. + +----- +Notes +----- + +- On Windows, zmq4 requires Administrative privileges to bind the socket (not sure why, probably related to integrated encryption features in zmq4)