. ├── alembic/ # Database migrations ├── app/ # Application code │ ├── api/ # API routes │ │ └── v1/ # API version 1 │ │ ├── endpoints/ # API endpoints │ │ └── api.py # API router │ ├── core/ # Core ...
This repository provides a Python-based script (main.py) that fetches product data from the Tiki API and saves it into a PostgreSQL database. Designed for stability, resumability, and scalability, ...