doozer

Go client driver for doozerd, a consistent, distributed data store

Github stars Tracking Chart

Doozer Client

Note: doozerd is the server.
This is the Go client driver for doozer.

How to use

To install the Go client:

$ go get github.com/ha/doozer

To install the CLI client:

$ go get github.com/ha/doozer/cmd/doozer

To use:

package main

import (
	"github.com/ha/doozer"
	"os"
)

func main() {
	doozer, err := doozer.Dial("localhost:8046")

	if err != nil {
		panic(err)
	}

	myfile, _, _ := doozer.Get("/myfile", nil)
	os.Stdout.Write(myfile)
}

Hacking

You can create a workspace for hacking on the doozer library and command
by doing the following:

$ mkdir doozer
$ cd doozer
$ export GOPATH=`pwd`
$ go get github.com/ha/doozer/...

# ...hack...hack..hack...
$ vim src/github.com/ha/doozer/cmd/doozer/help.go

# rebuild ./bin/doozer
$ go install github.com/ha/doozer/...

License and Authors

Doozer is distributed under the terms of the MIT
License. See LICENSE for details.

Doozer was created by Blake Mizerany and Keith Rarick.
Type git shortlog -s for a full list of contributors.

Main metrics

Overview
Name With Ownerha/doozer
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2011-04-12 08:50:21
Pushed At2016-05-04 21:46:24
Last Commit At2013-08-07 10:13:57
Release Count14
Last Release Namego.r60 (Posted on )
First Release Nameworks (Posted on )
用户参与
Stargazers Count584
Watchers Count42
Fork Count101
Commits Count1.5k
Has Issues Enabled
Issues Count10
Issue Open Count3
Pull Requests Count13
Pull Requests Open Count2
Pull Requests Close Count19
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private