parkeeper

a ZooKeeper service which seamlessly bridges all requests to etcd or consul.

  • 所有者: glerchundi/parkeeper
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

parkeeper Build Status Docker Repository on Quay.io

One service discovery backend to rule them all. The idea behind this was to seamlessly use tools and frameworks that heavily rely on zookeeper, for example, finagle, kafka, and keep/support/maintain just one key-value store. This could facilitate the migration to the nextgen service discovery/distributed configuration services like etcd or consul.

One of these two backends are available:

  • etcd
  • consul

Unsupported ZooKeeper features (ordered by priority):

  • Reliable zxid (X-Consul-Index & X-Etcd-Index)
  • Watches
  • Ephemeral Nodes
  • Sequence Nodes
  • ACLs
  • Auth
  • Process requests in batch (Multi)
  • Reliable Stats (?)

Listing of supported requests with some notes:, etcd, consul, ------------, :------------------:, :------------------:, CREATE, :white_check_mark: 1, :white_check_mark:, DELETE, :white_check_mark:, :white_check_mark:, EXISTS, :white_check_mark:, :white_check_mark:, GETDATA, :white_check_mark:, :white_check_mark:, SETDATA, :white_check_mark:, :white_check_mark:, GETACL, :construction:, :construction:, SETACL, :construction:, :construction:, GETCHILDREN, :white_check_mark:, :white_check_mark:, SYNC, :white_check_mark: <sup23, :white_check_mark: 2, PING, :white_check_mark:, :white_check_mark:, GETCHILDREN2, :white_check_mark:, :white_check_mark:, CHECK, :white_check_mark:, :white_check_mark:, MULTI, :construction:, :construction:, CREATE2, :white_check_mark:1, :white_check_mark:, CLOSE, :white_check_mark:, :white_check_mark:, SETAUTH, :construction:, :construction:, SETWATCHES, :construction:, :construction:, 1 Unable to create a node with a key/path equal to an existing directory. (etcd will support this in v3 api: #1855)

2 There is no similar etcd/consul request. For now, it does not proceed.

Using parkeeper is as easy as this:

docker run -p 2181:2181 quay.io/glerchundi/parkeeper -backend-url etcd://127.0.0.1:4001
docker run -p 2181:2181 quay.io/glerchundi/parkeeper -backend-url consul://127.0.0.1:8500

This project is in its early stages, use at your own risk. And of course, any feedback is appreciated as well as issues!

主要指標

概覽
名稱與所有者glerchundi/parkeeper
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證
所有者活动
創建於2014-10-30 18:46:35
推送於2015-02-09 06:42:37
最后一次提交2015-02-09 07:42:32
發布數4
最新版本名稱v0.3.1 (發布於 )
第一版名稱v0.1.0 (發布於 )
用户参与
星數173
關注者數14
派生數10
提交數30
已啟用問題?
問題數4
打開的問題數2
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?