{"id":16604019,"url":"https://github.com/lufte/elixir-cluster-demo","last_synced_at":"2026-04-18T08:03:40.536Z","repository":{"id":82281470,"uuid":"90516978","full_name":"lufte/elixir-cluster-demo","owner":"lufte","description":"Demonstration of Elixir's RPC capabilities","archived":false,"fork":false,"pushed_at":"2017-05-08T17:32:45.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T19:16:18.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lufte.png","metadata":{"files":{"readme":"README","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-07T07:47:29.000Z","updated_at":"2017-09-24T01:35:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"71cef997-90f0-4d95-9dc2-018b854adc82","html_url":"https://github.com/lufte/elixir-cluster-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lufte/elixir-cluster-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lufte%2Felixir-cluster-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lufte%2Felixir-cluster-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lufte%2Felixir-cluster-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lufte%2Felixir-cluster-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lufte","download_url":"https://codeload.github.com/lufte/elixir-cluster-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lufte%2Felixir-cluster-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12T00:54:37.904Z","updated_at":"2026-04-18T08:03:40.516Z","avatar_url":"https://github.com/lufte.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"With Docker\n-----------\n\nCreate a network so containers can see each other\n\n  docker network create elixir\n\nFor each node, run the following replacing NAME with a unique name\n\n  docker run -ti --net=elixir -w /root -v $PWD:/root elixir iex --sname NAME node.ex\n\nPut each node's name (NAME@container-id) in hosts\n\nNow create run the host\n\n  docker run -ti --net=elixir -w /root -v $PWD:/root elixir iex --sname host cluster.ex\n\nFrom the host shell, execute\n\n  import_file \"node.ex\"\n  Cluster.run\n\nIn a local network\n------------------\n\nFor each host\n\n  Create the cookie: echo 123 \u003e ~/.erlang.cookie \u0026\u0026 chmod 700 ~/.erlang.cookie\n  Create the source file with the content of node.ex\n  Run the shell: iex --name NAME@hostname node.ex\n  Put each node's name (NAME@hostname) in hosts\n  \nRun the host shell: iex --name host@hostname cluster.ex\nFrom the host shell, execute\n\n  import_file \"node.ex\"\n  Cluster.run\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flufte%2Felixir-cluster-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flufte%2Felixir-cluster-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flufte%2Felixir-cluster-demo/lists"}