Stars
abagri / redis
Forked from redis/redisRedis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
abagri / scribe
Forked from facebookarchive/scribeScribe is a server for aggregating log data streamed in real time from a large number of servers. It is designed to be scalable, extensible without client-side modification, and robust to failure o…
abagri / cascading
Forked from Cascading/cascadingCascading is a feature rich API for defining and executing complex and fault tolerant data processing workflows on a Hadoop cluster.
abagri / voldemort
Forked from voldemort/voldemortAn open source clone of Amazon's Dynamo.
Cascading / cascading
Forked from cwensel/cascadingAll development now happens over here: https://github.com/cwensel/cascading. Cascading is a feature rich API for defining and executing complex and fault tolerant data processing workflows on vario…
Scribe is a server for aggregating log data streamed in real time from a large number of servers.
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…