mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Drop MariaDB support and update dependencies
Removed MariaDB support from documentation and backend code, standardizing on PostgreSQL as the only supported database. Updated backend dependencies in poetry.lock and pyproject.toml, removing mysqlclient and updating several packages. Documentation and example files were updated to reflect the database change.
This commit is contained in:
@@ -30,7 +30,7 @@ Endurain is a self-hosted fitness tracking service designed to give users full c
|
||||
|
||||
- **Frontend:** Vue.js, Notivue and Bootstrap CSS
|
||||
- **Backend:** Python FastAPI, Alembic, SQLAlchemy, Apprise, stravalib and python-garminconnect for Strava and Garmin Connect integration, gpxpy, tcxreader and fitdecode for .gpx, .tcx and .fit file import respectively
|
||||
- **Database:** MariaDB or PostgreSQL for efficient data management
|
||||
- **Database:** PostgreSQL for efficient data management
|
||||
- **Observability:** Jaeger for basic tracing and monitoring
|
||||
- **Integrations:** Supports Strava and Garmin Connect. Manual upload of activities using .gpx, .tcx and .fit files are also supported
|
||||
|
||||
|
||||
Reference in New Issue
Block a user