Tutorial: Spring Boot & Time Series Data in ScyllaDB
Blog post from ScyllaDB
The tutorial outlines a step-by-step process for using Spring Boot with ScyllaDB to manage time series data, specifically for a sample stock application. It demonstrates how to build APIs for creating, retrieving, and deleting stock records with dates and prices, leveraging ScyllaDB for data storage. Throughout the guide, Postman is utilized to test API functionalities, while a ScyllaDB cluster is set up using Docker or ScyllaDB Cloud. The tutorial includes setting up a data model with TimeWindowCompactionStrategy for efficient compaction and data retention. It highlights the resources available through ScyllaDB University, offering further insights and a comprehensive learning path. Developers can gain hands-on experience by interacting with the application and exploring the underlying data management strategies.