What are the possible ways to store the data into S3 bucket and if required restore the data from S3 bucket into Cassandra
Using 3 nodes Cassandra cluster with 3.5 TB of data on each node and also 168 Tables, deleting the data using node js code.
Requirement:
We are deleting the 3 years old data everyday.
before deleting the data, need to store that data into S3 bucket.
if required need to take the data from S3 bucket and restore it in Cassandra.