Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
forked from ha/doozer

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

License

Notifications You must be signed in to change notification settings

code-for-fun/doozer

Open more actions menu
 
 

Repository files navigation

Doozer Client

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

How to use

To install the Go client:

$ goinstall github.com/ha/doozer

To install the CLI client:

$ cd $GOROOT/src/pkg/github.com/ha/doozer/cmd
$ make
$ make install

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)
}

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.