A Python cron job deployed on a Hadoop edge node that extracts data from Parquet files stored in HDFS and forwards it — in configurable batches — to a REST API / webhook. The job is read-only: it ...
Velra is a production-oriented FastAPI service for analyzing dating chat conversations. It uses a clean architecture flow of router -> service -> repository, async endpoints, PostgreSQL persistence, ...