Skip to content
/ cassandra Public

BNDL Cassandra ⬢ Distributed loading from and saving to Apache Cassandra

License

Notifications You must be signed in to change notification settings

bndl/cassandra

Repository files navigation

BNDL Cassandra

BNDL Cassandra exposes loading from and saving to functionality of the Datastax python driver for Apache Cassandra.

Master branch build status: travis codecov


BNDL Cassandra can be installed through pip:

pip install bndl-cassandra

The main features of BNDL Cassandra are loading from and saving to Cassandra:

dataset = ctx.cassandra_table(keyspace, table)
dataset.cassandra_save(keyspace2, table2).execute()

Furthermore it allows you to join a BNDL dataset with Cassandra:

dataset.join_with_cassandra(keyspace, table).on(columns=columns, keys=keys).left().count()

About

BNDL Cassandra ⬢ Distributed loading from and saving to Apache Cassandra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published