Skip to content

jayjanssen/Quorum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quorum v1

Quorum is a REST webservice written in node.js that sits on top of a zookeeper cluster. The REST interface implements a leasing service, which allows clients to do normal leasing actions like acquire, renew, release, get.

More information to come on the API documentation and usage patterns.

Currently there is no integration with any systems like npm, etc. to handle install and dependencies for you.

Dependencies:

Writing your authentication/authorization method:

Requests are optionally verified before handling any request that would modify a lease. Modify the auth file (and see the documentation in that file) to write your own non-blocking code to verify a request is valid.

About

REST-based leasing primitives on top of Zookeeper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published