nodiak icon indicating copy to clipboard operation
nodiak copied to clipboard

Add support for 2.0 Bucket Types

Open dmitrizagidulin opened this issue 10 years ago • 1 comments

Add an optional 'bucket_type' parameter to bucket creation. See http://docs.basho.com/riak/2.0.0pre20/dev/advanced/bucket-types/ for discussion.

Borrowing the to-do list from https://github.com/basho/riak-ruby-client/issues/112

Bucket type CRUD

  • [ ] Create bucket type properties
  • [ ] Read bucket type properties
  • [ ] Update bucket type properties

Object/Key CRUD API

  • [ ] Create objects in a specific bucket type
  • [ ] Read objects in a specific bucket type
  • [ ] Update objects in a specific bucket type
  • [ ] Delete objects in a specific bucket type

Secondary Indexes

  • [ ] Query secondary indexes in a specific bucket type

dmitrizagidulin avatar Mar 31 '14 22:03 dmitrizagidulin

See also https://github.com/basho/riak-python-client/pull/315 (Python client bucket type implementation)

dmitrizagidulin avatar Mar 31 '14 23:03 dmitrizagidulin