basho / riak_dt

Convergent replicated datatypes in Erlang
Apache License 2.0
353 stars 70 forks source link

Add README to riak_dt #31

Closed russelldb closed 12 years ago

russelldb commented 12 years ago

If we are going to open source we need at least a cursory README in the repo.

PharkMillups commented 12 years ago

Good stuff. A few nit-picky grammar/markup things:

Built on riak core and deployed with riak.

It's built on riak core and deployed with riak.

All our current work is around supporting fast, replicated, eventually consistent counters (though more data types are in the repo, and on the way.)

All of our current work is around supporting fast, replicated, eventually consistent counters (though more data types are in the repo, and on the way).

This work is based on the paper "A Comprehensive study of Convergent and Commutative Replicated Data Types". which you may find an interesting read.

This work is based on the paper - A Comprehensive study of Convergent and Commutative Replicated Data Type - which you may find an interesting read.

Which should have fetched all the riak dependancies from github and compiled them, and create 4 release directories under the dev directory. Now start your nodes and build your cluster.

Ths should have fetched all the riak dependancies from github, compiled them, and created four release directories under the dev directory.

Now start your nodes and build your cluster.

There is no explicit create operation for a counter

There is no explicit create operation for a counter

You can decrement a counter too:

You can decrement a counter, too:

russelldb commented 12 years ago

Added a commit which incorporates your suggestions. Please to be re-reviewing.

seancribbs commented 12 years ago

:+1: assuming @PharkMillups likes it.

PharkMillups commented 12 years ago

Phark approves. Phark will permit merge.