fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 97 forks source link

Are there any plans to support zookeeper? #41

Closed fengyunhe closed 5 years ago

fengyunhe commented 6 years ago

thank you very much for this software. I like this software very much. I hope it will be better

topilski commented 6 years ago

Hi @fengyunhe thank you, now not supported, can you provide more information about "zookeeper".

fengyunhe commented 6 years ago

ZooKeeper is simple. ZooKeeper allows distributed processes to coordinate with each other through a shared hierarchal namespace which is organized similarly to a standard file system. The name space consists of data registers - called znodes, in ZooKeeper parlance - and these are similar to files and directories. Unlike a typical file system, which is designed for storage, ZooKeeper data is kept in-memory, which means ZooKeeper can achieve high throughput and low latency numbers.

The name space provided by ZooKeeper is much like that of a standard file system. A name is a sequence of path elements separated by a slash (/). Every node in ZooKeeper's name space is identified by a path.

more info in https://zookeeper.apache.org/doc/trunk/zookeeperOver.html

topilski commented 6 years ago

@fengyunhe do you know some C/C++ client api for it?

fengyunhe commented 6 years ago

This is C client source : C client source

topilski commented 6 years ago

Hi @fengyunhe , i think we can integrate Zookeeper into FastoNoSQL. Do you know some gui tools for it?

topilski commented 5 years ago

No