Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 554 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 554 Bytes

kvfs

FUSE based filesystem for KV stores
Connects to a supported KV store and maps the structure to a FUSE based filesystem.

Supports:

  • etcd
  • zookeeper
  • consul
  • boltdb

Usage

$ sudo ./kvfs -store consul -addr 1.2.3.4:8500 -addr 1.2.3.5:8500 -to /data

This command initiates a connection to the consul servers at the specified addresses and mounts the structure to /data on your filesystem.

Build

$ godep get
$ godep go build

THANKS

https://github.com/docker/libkv

https://github.com/hanwen/go-fuse