This Django application provides insightful data analytics based on dam statistics in Kerala, India. The application gathers and stores data related to dams, such as rainfall, inflow, powerhouse discharge, and spillway release, from the official KSEB website.
Data Ingestion: Automatically scrapes dam statistics data from the KSEB website for a specified date range. Data Storage: Efficiently stores data in a PostgreSQL database using Django models. Data Analysis: Provides insightful analytics through RESTful API endpoints. Dockerized Deployment: Easy deployment using Docker and Docker Compose.