Data Ingestion with FastAPI and ScyllaDb

This Proof of Concept (PoC) demonstrates how to build a simple backend API using FastAPI integrated with ScyllaDB to store and retrieve data efficiently.

FastAPI provides a modern, high-performance web framework, and ScyllaDB offers a NoSQL, distributed database optimized for handling large-scale data. The PoC will use backend tasks to create, retrieve, and delete records through an API. The project focuses on a BE development with data handling. It aims to establish familiarity with FastAPI and ScyllaDB, both of which are commonly used technologies in data-driven applications.