https://github.com/jnunemaker/crdts
Nothing serious or finished, just playing with convergent replicated data types
https://github.com/jnunemaker/crdts
Last synced: about 1 year ago
JSON representation
Nothing serious or finished, just playing with convergent replicated data types
- Host: GitHub
- URL: https://github.com/jnunemaker/crdts
- Owner: jnunemaker
- License: mit
- Created: 2012-06-09T02:38:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-31T21:35:23.000Z (over 13 years ago)
- Last Synced: 2024-12-14T06:32:00.930Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 117 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crdts
Convergent replicated data types. Completely unfinshed and not worth anything at this point. Was just playing around while I read [the paper](http://hal.inria.fr/docs/00/55/55/88/PDF/techreport.pdf).
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request