An open API service indexing awesome lists of open source software.

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

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