{"id":17053754,"url":"https://github.com/relrin/session-manager","last_synced_at":"2025-03-23T05:44:02.125Z","repository":{"id":214784199,"uuid":"729488476","full_name":"Relrin/session-manager","owner":"Relrin","description":"[Experimental] Session manager for games","archived":false,"fork":false,"pushed_at":"2023-12-19T16:21:41.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T12:34:55.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Relrin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-09T11:48:02.000Z","updated_at":"2023-12-30T17:01:45.000Z","dependencies_parsed_at":"2023-12-30T19:34:31.913Z","dependency_job_id":null,"html_url":"https://github.com/Relrin/session-manager","commit_stats":null,"previous_names":["relrin/session-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Relrin%2Fsession-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Relrin%2Fsession-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Relrin%2Fsession-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Relrin%2Fsession-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Relrin","download_url":"https://codeload.github.com/Relrin/session-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061384,"owners_count":20554563,"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":[],"created_at":"2024-10-14T10:13:09.141Z","updated_at":"2025-03-23T05:44:02.082Z","avatar_url":"https://github.com/Relrin.png","language":"Rust","readme":"# session-manager\n[Experimental] Session manager for games\n\n### Running local dev environment\n- Start up the entire dev stack by the docker-compose command:\n```\ndocker-compose -f .\\docker-compose.dev.yaml up -d\n```\n\n- Initialize a redis cluster (when haven't done it before):\n    -  Connect to the redis_1 container\n        ```\n        docker-compose -f .\\docker-compose.dev.yaml exec redis_1 bash\n        ```\n    - Run the redis-cli command to initialize a cluster\n        ```\n        echo \"yes\" | redis-cli --cluster create 173.18.0.2:6379 173.18.0.3:6379 173.18.0.4:6379 173.18.0.5:6379 173.18.0.6:6379 173.18.0.7:6379 --cluster-replicas 1\n        ```\n\n- Connect to the app container\n```\ndocker-compose -f .\\docker-compose.dev.yaml exec app bash\n```\n\n- Run the application by the following command\n```\ncargo run -- --host=0.0.0.0 --redis-cluster-urls=redis_1:6379,redis_2:6379,redis_3:6379,redis_4:6379,redis_5:6379,redis_6:6379\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelrin%2Fsession-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelrin%2Fsession-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelrin%2Fsession-manager/lists"}