Sha256: f372c6e0f83d3c969bfd8e12821b075f500f44dddb5e6866aea64931027ae0a6

Contents?: true

Size: 737 Bytes

Versions: 1

Compression:

Stored size: 737 Bytes

Contents

# cassandra\_lock

A ruby lib to achieve consensus with Cassandra, inspired by a [post](http://www.datastax.com/dev/blog/consensus-on-cassandra). It can be used as lock in distributed systems.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'cassandra_lock'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install cassandra_lock

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/[my-github-username]/cassandra_lock/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cassandra_lock-0.0.1 README.md