Siege, a DBMS written in Haskell

25 Dec
2011
25 Dec
'11
4:30 a.m.
Hi all, This is what I've been working on recently in my spare time, https://github.com/DanielWaterworth/siege . It's a DBMS written in Haskell, it's in a partially working state, you can start it up and interact with it using the redis protocol, it implements a subset of redis's commands. It stores it's data in immutable trees and supports two backends, one where it stores data to disk and another where it stores it's immutable nodes in a redis cluster and the head reference in zookeeper; the plan is to be CP in CAP theory. Feel free to butcher it for your own needs and I'd be really grateful to anyone who'd like to contribute. Daniel
4896
Age (days ago)
4896
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel Waterworth