{"id":21346916,"url":"https://github.com/queer/lace","last_synced_at":"2025-06-11T17:33:41.463Z","repository":{"id":94882255,"uuid":"112767085","full_name":"queer/lace","owner":"queer","description":"Redis-backed Erlang node clustering and autodiscovery","archived":false,"fork":false,"pushed_at":"2019-04-21T00:03:46.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T22:58:48.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/queer.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":"2017-12-01T17:20:51.000Z","updated_at":"2019-04-21T00:03:47.000Z","dependencies_parsed_at":"2023-07-29T17:00:51.727Z","dependency_job_id":null,"html_url":"https://github.com/queer/lace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/queer/lace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queer%2Flace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queer%2Flace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queer%2Flace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queer%2Flace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/queer","download_url":"https://codeload.github.com/queer/lace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queer%2Flace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259308157,"owners_count":22837974,"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-11-22T02:12:01.516Z","updated_at":"2025-06-11T17:33:41.405Z","avatar_url":"https://github.com/queer.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lace\n\nRedis-backed Erlang node clustering.\n\n- [x] Node autodiscovery\n- [x] Redis persistence\n- [x] Autoprune unreachable nodes\n\n## Installation\n\nAdd the following to your `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:lace, github: \"queer/lace\"}\n  ]\nend\n```\n\n## Usage\n\nAdd the following to your application's supervision tree:\n\n```elixir\nchildren = [\n  {Lace.Redis, %{redis_ip: \"127.0.0.1\", redis_port: 6379, pool_size: 10, redis_pass: \"a\"}},\n  {Lace, %{name: \"node_name\", group: \"group_name\", cookie: \"node_cookie\"}},\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueer%2Flace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqueer%2Flace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueer%2Flace/lists"}