riak_client 0.6.1 copy "riak_client: ^0.6.1" to clipboard
riak_client: ^0.6.1 copied to clipboard

discontinuedreplaced by: riak_dart
Dart 1 only

Riak Client using the HTTP API

Riak Dart client #

Riak database client, written in Dart.

Features #

Available Riak functionality:

  • fetch, store and delete objects (with vclock, vtag and last modified preconditions)
  • store and query secondary index
  • get and set bucket properties
  • resolve conflicts if parallel writes produce siblings
  • counters (fetch, increment/decrement)

Dart client design goals:

  • Meaningful wrapper objects
  • Immutable structures (exception: JSON content, but changes won't be pushed)

Roadmap #

0.7

  • map-reduce support
  • link-walking support
  • list-resources support

0.8

  • protobuf client implementation
  • mixed client (protobuf / http, based on the request)
  • search support

0.9

  • mock backend for testing (in-memory and filesystem)
  • configurable retry-on-failure
  • robust stream handling (e.g. what to do on backend failure, re-start?)
  • non-buffered HTTP response processing
  • pooling client (simple round-robin)

1.0

  • stable API
  • pool monitoring and stats

The order might vary, depending on the contributor's requirements. If you would like to add something, contact us (see AUTHORS or pubspec file).

Migration guide #

0.4 -> 0.5

  • full API changed

0.5 -> 0.6

  • Renamed BucketProps's fields to follow the Dart conventions (n_val -> replicas, allow_mult -> allowSiblings, last_write_wins -> lastWriteWins).
  • Renamed Quorum's fields to follow the Dart conventions (basic_quorum -> basicQuorum, not_found_ok -> notFoundIsSuccess).

References #

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Riak Client using the HTTP API

Homepage

Documentation

Documentation

License

BSD-2-Clause (LICENSE)

Dependencies

http_server, intl

More

Packages that depend on riak_client