isoos / cassandart

Cassandra client in Dart

Home Page:https://pub.dartlang.org/packages/cassandart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cassandra database client in Dart

  • The package can be used with Cassandra (and Elassandra).
  • It is able to handle basic types (but: no map yet).
  • Detects and auto-connects peers.
  • Auto-selects peers with lower latencies.
  • Select the peer that is most likely to contain the data (use: hint).

This is an experimental library and protocol, use at your own risk.

How to contribute

Check and follow the spec of the wire protocol v4 before creating a PR.

About

Cassandra client in Dart

https://pub.dartlang.org/packages/cassandart

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%