An open API service indexing awesome lists of open source software.

https://github.com/perfectlysoft/perfect-libzookeeper

native C library for ZooKeeper (Linux Only)
https://github.com/perfectlysoft/perfect-libzookeeper

cluster-computing clustered-servers zookeeper

Last synced: 12 months ago
JSON representation

native C library for ZooKeeper (Linux Only)

Awesome Lists containing this project

README

          

# Perfect-libZooKeeper[简体中文](README.zh_CN.md)



Get Involed with Perfect!



Star Perfect On Github


Stack Overflow


Follow Perfect on Twitter


Join the Perfect Slack



Swift 3.0


Platforms OS X | Linux


License Apache


PerfectlySoft Twitter


Slack Status

This project imports a native C client library from ZooKeeper ⚠️(for Ubuntu Linux Version only)⚠️.

This package builds with Swift Package Manager and is part of the [Perfect](https://github.com/PerfectlySoft/Perfect) project.

Files in this repository are part of the requirements for Swift Package Manager support and should not need to be manually cloned.

## Note

To support multi-threading, an Xlinker may be required:

```
$ swift build -Xlinker -dthreaded
$ swift test -Xlinker -dthreaded
```

## Further Information
For more information on the Perfect project, please visit [perfect.org](http://perfect.org).