Utility for quickly setting up sample datasets for Cassandra and DataStax Enterprise
Project description
# Cassandra Data Manager
Tool for installing cassandra datasets. This is not a bulk loader. It is intended to be used as a tool for learning and educational purposes.
This repository contains the cdm tool only, and has references to repositories which are independently maintained.
## Installation
pip install cassandra-dataset-manager
The project is still under heavy development, a lot is changing very quickly.
## Quickstart
Let’s install the movielens-small dataset. It’s a quick download at just a few MB and gives you a database you can play with.
cdm update cdm install movielens-small
Open the Cassandra shell:
cqlsh -k movielens_small desc tables; select * from movies limit 10;
Options are all available at cdm help
I encourage you to read through the [documentation](http://cdm.readthedocs.org/en/latest/).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cassandra-dataset-manager-0.4.tar.gz
.
File metadata
- Download URL: cassandra-dataset-manager-0.4.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55e215644aa2b65ff59452e689e1461757301fba9a69b852161e8daa9b21961c |
|
MD5 | 60c61bb801f6f25279f0d51e20c68a63 |
|
BLAKE2b-256 | 872cd1622a5dd4faf5e8711aeafc9184bd1a1b9407f61c6855791c435837d4e8 |