https://github.com/ckolderup/bitkv
a massively distributed cloud kvstore
https://github.com/ckolderup/bitkv
Last synced: 2 months ago
JSON representation
a massively distributed cloud kvstore
- Host: GitHub
- URL: https://github.com/ckolderup/bitkv
- Owner: ckolderup
- License: mit
- Created: 2015-02-06T23:49:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T23:49:48.000Z (almost 11 years ago)
- Last Synced: 2025-01-08T14:11:50.599Z (about 1 year ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bitkv
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'bitkv'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bitkv
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-username]/bitkv/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