{"id":20261943,"url":"https://github.com/quantum-elixir/quantum-swarm","last_synced_at":"2025-04-11T01:50:59.717Z","repository":{"id":57538513,"uuid":"285018861","full_name":"quantum-elixir/quantum-swarm","owner":"quantum-elixir","description":":globe_with_meridians: Swarm Adapter for Quantum","archived":false,"fork":false,"pushed_at":"2024-09-03T20:57:34.000Z","size":18,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T22:37:19.527Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quantum-elixir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"open_collective":"quantum"}},"created_at":"2020-08-04T15:19:47.000Z","updated_at":"2024-06-05T19:32:44.000Z","dependencies_parsed_at":"2024-11-09T15:32:47.064Z","dependency_job_id":"1180ded9-a590-4dd8-b708-05f07f3af6d7","html_url":"https://github.com/quantum-elixir/quantum-swarm","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"c338398a50c93ead848a903541754005be90655f"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantum-elixir%2Fquantum-swarm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantum-elixir%2Fquantum-swarm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantum-elixir%2Fquantum-swarm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantum-elixir%2Fquantum-swarm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantum-elixir","download_url":"https://codeload.github.com/quantum-elixir/quantum-swarm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312066,"owners_count":20918340,"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-14T11:27:48.911Z","updated_at":"2025-04-11T01:50:59.694Z","avatar_url":"https://github.com/quantum-elixir.png","language":"Elixir","funding_links":["https://opencollective.com/quantum","https://opencollective.com/quantum/contribute","https://opencollective.com/quantum/organization/0/website","https://opencollective.com/quantum/organization/1/website","https://opencollective.com/quantum/organization/2/website","https://opencollective.com/quantum/organization/3/website","https://opencollective.com/quantum/organization/4/website","https://opencollective.com/quantum/organization/5/website","https://opencollective.com/quantum/organization/6/website","https://opencollective.com/quantum/organization/7/website","https://opencollective.com/quantum/organization/8/website","https://opencollective.com/quantum/organization/9/website"],"categories":[],"sub_categories":[],"readme":"# QuantumSwarm\n\n[![Financial Contributors on Open Collective](https://opencollective.com/quantum/all/badge.svg?label=financial+contributors)](https://opencollective.com/quantum)\n[![Hex.pm Version](http://img.shields.io/hexpm/v/quantum_swarm.svg)](https://hex.pm/packages/quantum_swarm)\n[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/quantum_swarm)\n![.github/workflows/elixir.yml](https://github.com/quantum-elixir/quantum-swarm/workflows/.github/workflows/elixir.yml/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/quantum-elixir/quantum-swarm/badge.svg?branch=master)](https://coveralls.io/r/quantum-elixir/quantum-swarm?branch=master)\n[![Hex.pm](https://img.shields.io/hexpm/dt/quantum_swarm.svg)](https://hex.pm/packages/quantum_swarm)\n\n\u003e **This README follows master, which may not be the currently published version**. Here are the\n[docs for the latest published version of Quantum Swarm](https://hexdocs.pm/quantum_swarm/readme.html).\n\n\nVery simple [`swarm`](https://hex.pm/packages/swarm) clustering adapter for\n[`quantum`](https://hex.pm/packages/quantum).\n\n:warning: :warning: **This adapter does not support process handoff. Therefore it is vital that a persistent storage is used.**\n\n## Installation\n\nThe package can be installed by adding `quantum_swarm` to your list of dependencies\nin `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:quantum_swarm, \"~\u003e 1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). The docs can be found at\n[https://hexdocs.pm/quantum_swarm](https://hexdocs.pm/quantum_swarm).\n\n## Contribution\n\nThis project uses the [Collective Code Construction Contract (C4)](http://rfc.zeromq.org/spec:42/C4/) for all code changes.\n\n\u003e \"Everyone, without distinction or discrimination, SHALL have an equal right to become a Contributor under the\nterms of this contract.\"\n\n### tl;dr\n\n1. Check for [open issues](https://github.com/quantum-elixir/quantum-swarm/issues) or [open a new issue](https://github.com/quantum-elixir/quantum-swarm/issues/new) to start a discussion around [a problem](https://www.youtube.com/watch?v=_QF9sFJGJuc).\n2. Issues SHALL be named as \"Problem: _description of the problem_\".\n3. Fork the [quantum-swarm repository on GitHub](https://github.com/quantum-elixir/quantum-swarm) to start making your changes\n4. If possible, write a test which shows that the problem was solved.\n5. Send a pull request.\n6. Pull requests SHALL be named as \"Solution: _description of your solution_\"\n7. Your pull request is merged and you are added to the [list of contributors](https://github.com/quantum-elixir/quantum-swarm/graphs/contributors)\n\n### Code Contributors\n\nThis project exists thanks to all the people who contribute.\n\u003ca href=\"https://github.com/quantum-elixir/quantum-swarm/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/quantum/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n\n### Financial Contributors\n\nBecome a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/quantum/contribute)]\n\n#### Individuals\n\n\u003ca href=\"https://opencollective.com/quantum\"\u003e\u003cimg src=\"https://opencollective.com/quantum/individuals.svg?width=890\"\u003e\u003c/a\u003e\n\n#### Organizations\n\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/quantum/contribute)]\n\n\u003ca href=\"https://opencollective.com/quantum/organization/0/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/1/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/2/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/3/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/4/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/5/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/6/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/7/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/8/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/quantum/organization/9/website\"\u003e\u003cimg src=\"https://opencollective.com/quantum/organization/9/avatar.svg\"\u003e\u003c/a\u003e\n\n## License\n\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantum-elixir%2Fquantum-swarm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantum-elixir%2Fquantum-swarm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantum-elixir%2Fquantum-swarm/lists"}