Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 456 Bytes

Cassandra Assignmet

This project demonstrates some of Apache Cassandra functionalities

  • Queries/ folder contains .cql files with raw queries to Cassandra
  • The rest code implement these queries using Python and and Datastax Python Driver

Run Cassandra Queries using Python

python return_results --args=playlist_decreasing_popularity

for more details execute: python return_results --help and check return_results python script