{"id":15157897,"url":"https://github.com/ryglus/liftlog-be","last_synced_at":"2026-01-19T06:32:33.720Z","repository":{"id":256084443,"uuid":"854205681","full_name":"Ryglus/LiftLog-BE","owner":"Ryglus","description":"GOlang api for website","archived":false,"fork":false,"pushed_at":"2024-09-26T21:04:44.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T02:03:51.304Z","etag":null,"topics":["golang","kubernetes","microservices","postgresql","redis-database"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ryglus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-08T16:51:00.000Z","updated_at":"2024-09-26T21:04:47.000Z","dependencies_parsed_at":"2024-09-22T06:30:58.003Z","dependency_job_id":null,"html_url":"https://github.com/Ryglus/LiftLog-BE","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"4e2053d8c20ef7ffb135e65527402f594e3a3366"},"previous_names":["ryglus/liftlog-be"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryglus%2FLiftLog-BE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryglus%2FLiftLog-BE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryglus%2FLiftLog-BE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryglus%2FLiftLog-BE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryglus","download_url":"https://codeload.github.com/Ryglus/LiftLog-BE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237982337,"owners_count":19397246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","kubernetes","microservices","postgresql","redis-database"],"created_at":"2024-09-26T20:20:25.173Z","updated_at":"2025-10-24T14:31:13.058Z","avatar_url":"https://github.com/Ryglus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"so okay let me tell you whats my idea, users will log in (so we need users accounts makes sense) and then they will have in main page, a sections that they can work with (enable disable favourite, ext) in these sections i am for now thinking, Food (like add each meal of the day for tracking), then suplements (most likely a check boxes if they took em that day) and their lifts (that would be considered from calendar how they set it up, they will have calendar and set their split) in each day they will see the workouts to do, they can add how much they lifted and if they completed it, also they can add if they did something outside their regular split so if they normaly for example dont have deadlifts in their day, and they did them, they can add that, that they did that that day. all of that data needs to be stored. \n\n\n\n\n\n# Revised Architecture:\n\n## PostgreSQL:\n\nStable Data: Stores the relatively static data:\nSchedules: Defines the user's workout split (days, routines).\nWorkouts: Contains the collection of exercises for each scheduled workout.\nExercises: Stores the definitions of exercises (e.g., Bench Press, Squat).\nRelational Queries: For things like user schedules, workout plans, and relationships between exercises.\nInfluxDB:\n\n## Dynamic Time-Series Data: \nStores individual workout logs, focusing on the specific data points:\n\nLift Data: Logs of weights lifted, sets, reps, and timestamps for each exercise.\nAnalytics: Tracks improvements over time, total volume lifted, progress per exercise, etc.\nWorkflow:\n\n## PostgreSQL (Metadata):\n\nUsers set up their workout schedules and exercises in PostgreSQL.\nThe app retrieves the workout plan from PostgreSQL when the user is working out, presenting exercises for the day.\n\n## InfluxDB (Workout Data):\n\nWhen the user performs a workout, you log each set, rep, and weight with a timestamp into InfluxDB.\nThe lift logs are tied to specific exercises via the exercise IDs from PostgreSQL.\n\n## Queries \u0026 Analytics:\n\nPostgreSQL can handle relational queries, such as fetching a user’s scheduled exercises for the day.\nInfluxDB handles time-based queries, such as:\n“How much weight has this user lifted for Bench Press in the last 3 months?”\n“Show the user's improvement trend for Squats over time.”","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryglus%2Fliftlog-be","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryglus%2Fliftlog-be","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryglus%2Fliftlog-be/lists"}