From 455acffee34d928f96c452caea647299cfcfbe0e Mon Sep 17 00:00:00 2001 From: Stefan von Cavallar Date: Fri, 16 Oct 2015 18:31:50 +1100 Subject: [PATCH] Added "celeriac" library to Distributed/Grid Computing. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a19b782c..1c951a86 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Packages that help with building Distributed Systems.* +* [celeriac](https://github.com/svcavallar/celeriac.v1) - A library for adding support for interacting and monitoring Celery workers, tasks and events in Go * [flowgraph](https://github.com/vectaport/flowgraph) - MPI-style ready-send coordination layer. * [go-jump](https://github.com/dgryski/go-jump) - A port of Google's "Jump" Consistent Hash function. * [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load.