Betterreads-data-loader is a Spring Boot applications and is built using Maven, which is used for parsing authors and books dump file from openlibrary and save it's data on cassandra instance.
1. git clone https://github.com/raviranjan3570/betterreads-data-loader.git
2. create your account on datastax astra for apache cassandra
3. create a database on cassandra
4. download secure-connect bundle to connect to your Astra DB database using the drivers
5. fill the details in application.yml file as per your db
6. download the authors and books dump file from openlibrary and give its location in application.yml file
7. run tha application, it will automatically save all the authors and books details into cassandra instance one by one