CoolFace
Apppublic

TurneR0und/etl-dashboard

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
44 commits on main
673aeae1y ago

implementing async

TurneR0und
0b5491d1y ago

removing json imports- - adding to the top of the file instead

TurneR0und
345450c1y ago

updating from print() statements to logging setup

TurneR0und
60fc85e1y ago

updated get_data_for_region to allow sqlite or postgresql for testing pipeline

TurneR0und
b3c69091y ago

Refactor test client setup and enhance database handling in API tests

TurneR0und
ce594481y ago

Update README and add API tests

TurneR0und
f3079a01y ago

missed import redis

TurneR0und
3a643bd1y ago

adding back indexhtml

TurneR0und
a9280821y ago

Switching to redis caching

TurneR0und
4e60e9b1y ago

Implementing a cache clear mechanism

TurneR0und
52590841y ago

Fix for space owner on hf

TurneR0und
057cbf11y ago

Fix for pushing to Hugging face spaces

TurneR0und
8c111bf1y ago

adding redis caching

TurneR0und
73f6c4f1y ago

add pytest

TurneR0und
bb70e8d1y ago

Refactor ETL pipeline to include data validation using Pydantic, enhance error handling, and update requirements for improved dependency management.

TurneR0und
aea80561y ago

Refactor database handling to use environment variables for configuration, improve error handling, and streamline data processing in ETL pipeline. Update requirements for PostgreSQL support.

TurneR0und
ffd208f1y ago

Refactor database path resolution and enhance error handling in API endpoints. Add health check endpoint and improve caching for root responses.

TurneR0und
637bceb1y ago

Refactor database initialization and API endpoints to improve error handling, streamline database path resolution, and enhance data retrieval efficiency.

TurneR0und
94770391y ago

Refactor index.html to enhance loading state management, improve error handling, and ensure the region selection dropdown is disabled until data is loaded.

TurneR0und
2de51ff1y ago

Refactor index.html to improve UI elements, enhance loading and error handling, and update chart configuration for better data visualization.

TurneR0und
9ea07911y ago

Enhance error handling in API endpoints and add health check endpoint. Update database connection logic to support multi-threading.

TurneR0und
d87281c1y ago

Refactor database path resolution to improve flexibility and ensure writable directory options. Update logic to handle multiple fallbacks for database file location.

TurneR0und
aca470b1y ago

Refactor Dockerfile and configuration to use environment variable for database path, ensuring persistence in container environments. Update README and API calls for clarity on configuration.

TurneR0und
a77579a1y ago

Update .gitignore to include IDE settings and ensure proper formatting

TurneR0und
7ed24d31y ago

Refactor data fetching and cleaning logic to improve error handling, column renaming, and data selection in the ETL pipeline.

TurneR0und
6cb384f1y ago

Refactor database configuration to use a writable directory for the database in container environments

TurneR0und
b3219dc1y ago

Refactor initialize_database function to streamline database creation by removing old file handling and clarifying ETL pipeline execution.

TurneR0und
675f0901y ago

Refactor initialize_database function to ensure a fresh database on startup by removing the old database file and re-running the ETL pipeline.

TurneR0und
4bc33551y ago

Refactor api.py to implement database initialization, enhance endpoint functionality, and improve data retrieval logic.

TurneR0und
dc8836a1y ago

Update .gitignore to include compiled Python files and refactor api.py for Docker compatibility

TurneR0und
24ef0f01y ago

Update Dockerfile to correct exposed port to 7860 and enhance comments for clarity

TurneR0und
f6a0fc71y ago

Refactor api.py to update TABLE_NAME to 'uk_hpi_cleaned', enhance middleware comments, and improve endpoint documentation.

TurneR0und
f7ce7d71y ago

Fix app_file reference in README.md to point to api.py

TurneR0und
3e275a71y ago

Remove unused app_port variable from README.md and refine project description for clarity and extendability.

TurneR0und
142c48a1y ago

Update README.md to include additional metadata for SDK version, app file, and pinned status

TurneR0und
849b1381y ago

Refactor README.md for improved formatting and clarity; add project notes and enhance feature descriptions.

TurneR0und
8a350d41y ago

Add initial README.md with project overview, setup instructions, and project structure

TurneR0und
f63e76d1y ago

Fix typo in Hugging Face remote URL in deployment step

TurneR0und
413e3b51y ago

Update GitHub Actions workflow to enhance repository checkout and deployment steps for improved functionality

TurneR0und
d4f63ad1y ago

Update GitHub Actions workflow to use latest versions of checkout and Hugging Face action for improved compatibility and stability

TurneR0und
3ec1ccf1y ago

Update Hugging Face action version and correct repo ID in deployment step

TurneR0und
a9e69b21y ago

Add GitHub Actions workflow for Python ETL CI/CD pipeline

TurneR0und
d390b781y ago

adding the actions workflow file

TurneR0und
605b4311y ago

Initial commit of ETL project

TurneR0und