Total Pageviews

Saturday, 5 April 2014

god-A Go database


Build Status
god is a scalable, performant, persistent, in-memory data structure server. It allows massively distributed applications to update and fetch common data in a structured and sorted format.
Its main inspirations are Redis and Chord/DHash. Like Redis it focuses on performance, ease of use, and a small, simple yet powerful feature set, while from the Chord/DHash projects it inherits scalability, redundancy, and transparent failover behaviour.

Try it out

Install Go, git, Mercurial and gcc, go get github.com/zond/god/god_server, run god_server, browse to http://localhost:9192/.

Documents

HTML documentation: http://zond.github.com/god/
godoc documentation: http://go.pkgdoc.org/github.com/zond/god

from https://github.com/zond/god