Skip to content

quantum-elixir/quantum-swarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantumSwarm

Financial Contributors on Open Collective Hex.pm Version Hex docs .github/workflows/elixir.yml Coverage Status Hex.pm

This README follows master, which may not be the currently published version. Here are the docs for the latest published version of Quantum Swarm.

Very simple swarm clustering adapter for quantum.

⚠️ ⚠️ This adapter does not support process handoff. Therefore it is vital that a persistent storage is used.

Installation

The package can be installed by adding quantum_swarm to your list of dependencies in mix.exs:

def deps do
  [
    {:quantum_swarm, "~> 1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/quantum_swarm.

Contribution

This project uses the Collective Code Construction Contract (C4) for all code changes.

"Everyone, without distinction or discrimination, SHALL have an equal right to become a Contributor under the terms of this contract."

tl;dr

  1. Check for open issues or open a new issue to start a discussion around a problem.
  2. Issues SHALL be named as "Problem: description of the problem".
  3. Fork the quantum-swarm repository on GitHub to start making your changes
  4. If possible, write a test which shows that the problem was solved.
  5. Send a pull request.
  6. Pull requests SHALL be named as "Solution: description of your solution"
  7. Your pull request is merged and you are added to the list of contributors

Code Contributors

This project exists thanks to all the people who contribute.

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

Apache License, Version 2.0