Re: Implemented Riak 2.0 API for python twisted framework

2014-03-13 Thread EmiNarcissus
That helps a lot, thanks very much! -- Best Regards Tim Lee On 2014年3月14日 at 上午2:28:10, Sean Cribbs (s...@basho.com) wrote: > The Ruby client does not use HTTP. We are only supporting 2.0 features over > HTTP in the official Python client. > > Sorry that docs on the CRDT payloads/requests/f

Re: Implemented Riak 2.0 API for python twisted framework

2014-03-13 Thread Sean Cribbs
The Ruby client does not use HTTP. We are only supporting 2.0 features over HTTP in the official Python client. Sorry that docs on the CRDT payloads/requests/formats are thin. You can read a little about it here: https://github.com/basho/riak_kv/blob/develop/src/riak_kv_wm_crdt.erl#L26and I know o

Re: Implemented Riak 2.0 API for python twisted framework

2014-03-13 Thread EmiNarcissus
Hmn, looks like doc is out of date? I read from Ruby’s 2.0 doc saying it didn’t completed yet , will check it out now :) -- Best Regards Tim Lee On 2014年3月13日 at 下午9:47:10, Russell Brown (russell.br...@me.com) wrote: > > On 13 Mar 2014, at 13:27, EmiNarcissus wrote: > > > Hi Dear basho t

Re: Implemented Riak 2.0 API for python twisted framework

2014-03-13 Thread Russell Brown
On 13 Mar 2014, at 13:27, EmiNarcissus wrote: > Hi Dear basho team, > > …CRDT currently is not really to use via http… Can you let us know what you think is missing from the CRDT http API, please, I thought it was ‘done’ in the more recent 2.0pre releases? > > -- > Best Regards > Tim Le

Implemented Riak 2.0 API for python twisted framework

2014-03-13 Thread EmiNarcissus
Hi Dear basho team, For project use I’ve implemented riak 2.0 api for twisted(only pbc support,http not ported yet,but should much more simple to port, CRDT currently is not really to use via http), currently CRUD/search and most apis needed were implemented and demonstrative tested, don’t know