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)
- Host: GitHub
- URL: https://github.com/perfectlysoft/perfect-libzookeeper
- Owner: PerfectlySoft
- License: apache-2.0
- Created: 2017-02-16T20:20:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T17:27:56.000Z (about 8 years ago)
- Last Synced: 2025-01-12T18:52:18.729Z (about 1 year ago)
- Topics: cluster-computing, clustered-servers, zookeeper
- Language: Swift
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfect-libZooKeeper[简体中文](README.zh_CN.md)
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).