vix.ing · top · new · best · stats · spec

ScalienDB: Designing and Implementing a Distributed Database using Paxos

2013/02/15 by Márton Trencséni, Trencséni, Márton, Attila Gazsó +1
Computer Science · #Databases (cs.DB) #Distributed #FOS: Computer and information sciences #Parallel #and Cluster Computing (cs.DC) #cs.DB #cs.DC

paper · pdf · doi:10.48550/arxiv.1302.3860

18 pages, 4 figures

arxiv created 2013/02/15 · arxiv updated 2013/02/18

Abstract

ScalienDB is a scalable, replicated database built on top of the Paxos algorithm. It was developed from 2010 to 2012, when the startup backing it failed. This paper discusses the design decisions of the distributed database, describes interesting parts of the C++ codebase and enumerates lessons learned putting ScalienDB into production at a handful of clients. The source code is available on Github under the AGPL license, but it is no longer developed or maintained.

Related