Skip to content

rohansachdeva1990/cassandra-db-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra Database Populator

These scripts are used to populate the required database with the values ranges as defined in the appropriate configuration files. As of now, this package is responsible for populating Cassandra Database.

Prerequisites

  • Python 2.7
  • Python Cassandra Driver
  • Cassandra DB

Installation

  • "pip" is the suggested tool for installing packages. It will handle installing all Python dependencies for the driver at the same time as the driver itself.

  • To install the driver:

    • pip install cassandra-driver

Usage

Update cluster configuration in config/config.ini 2. Modify the value ranges as per requirement in config/subscriber_data.xml 3. To run :-

  • For Linux/Unix: sh run.sh
  • For Windows: run.bat

About

Populates bulk data in Cassandra database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages