{"id":16978598,"url":"https://github.com/willdady/mediams","last_synced_at":"2026-04-28T23:38:09.944Z","repository":{"id":147045732,"uuid":"169930332","full_name":"willdady/mediams","owner":"willdady","description":"MediaMS is a Go microservice exposing a RESTful API for managing media and albums (groups of media) in a PostgreSQL database","archived":false,"fork":false,"pushed_at":"2019-02-10T00:57:49.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T17:15:25.788Z","etag":null,"topics":["golang","media","microservice","postgres","postgresql","rest-api"],"latest_commit_sha":null,"homepage":null,"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/willdady.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":"2019-02-10T00:55:18.000Z","updated_at":"2019-02-10T00:59:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbd4d208-68e0-4685-b1e7-e615f46b8324","html_url":"https://github.com/willdady/mediams","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fmediams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fmediams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fmediams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fmediams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willdady","download_url":"https://codeload.github.com/willdady/mediams/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880552,"owners_count":20525511,"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","media","microservice","postgres","postgresql","rest-api"],"created_at":"2024-10-14T01:43:47.823Z","updated_at":"2025-10-04T16:22:49.518Z","avatar_url":"https://github.com/willdady.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MediaMS\n\nMediaMS is a Go microservice exposing a RESTful API for managing media and albums (groups of media) in a PostgreSQL database.\n\nNote this is built with the intention of being used as an internal microservice and should only be exposed via an API Gateway (or GraphQL) layer.\n\n## Requirements\n\nMediaMS requires access to a Postgres database. Connection details must be provided as environment variables. The default values are as follows:\n\n```\nPG_HOST=0.0.0.0\nPG_PORT=5432\nPG_USER=postgres\nPG_DB=postgres\nPG_PASSWORD=mysecretpassword\nPG_SSL_MODE=disable\nPORT=8080\n```\n\nIn production you should also disable [gin's](https://github.com/gin-gonic/gin) debug logging:\n\n```\nGIN_MODE=production\n```\n\n## Development\n\nRun a Postgres database easily with Docker:\n\n```\ndocker run --rm -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 postgres:11.1\n```\n\nRun the app:\n\n```\ngo run cmd/postms/postms.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilldady%2Fmediams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilldady%2Fmediams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilldady%2Fmediams/lists"}