Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

General Info and Prerequisites

The following scripts performs the following:

  • Create the schema (keyspace, table and secondary indexes)
  • Emulate 10K sensors, each sensor emitting 2000 data points, while using prepared statements

Pre-requisites

Instructions

How to run

  1. Download the file
  2. Run: python [file_name].py -c [scylla nodes IP, comma separated] &
    • Example: python 1_insert_ts_direct_new.py -c 172.16.0.62,172.16.0.204,172.16.0.67 &
  3. If you need to emulate more sensors, just clone the script and change start_range1 to the start of the next range.