Skip to content

cpuguy83/kvfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

FUSE based filesystem for KV stores

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages