{"id":20261942,"url":"https://github.com/quantum-elixir/quantum-storage-persistent-ets","last_synced_at":"2025-04-11T01:50:59.373Z","repository":{"id":57538515,"uuid":"126311181","full_name":"quantum-elixir/quantum-storage-persistent-ets","owner":"quantum-elixir","description":":floppy_disk: Persistent ETS Storage Adapter for Quantum state","archived":false,"fork":false,"pushed_at":"2020-06-11T12:01:40.000Z","size":36,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T18:47:38.807Z","etag":null,"topics":["cron","crontab","crontab-format","elixir","ets","quantum","scheduler","storage","timezone"],"latest_commit_sha":null,"homepage":"","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},"funding":{"open_collective":"quantum"}},"created_at":"2018-03-22T09:28:37.000Z","updated_at":"2025-04-10T01:08:49.000Z","dependencies_parsed_at":"2022-09-07T16:50:47.590Z","dependency_job_id":null,"html_url":"https://github.com/quantum-elixir/quantum-storage-persistent-ets","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantum-elixir%2Fquantum-storage-persistent-ets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantum-elixir%2Fquantum-storage-persistent-ets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantum-elixir%2Fquantum-storage-persistent-ets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantum-elixir%2Fquantum-storage-persistent-ets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantum-elixir","download_url":"https://codeload.github.com/quantum-elixir/quantum-storage-persistent-ets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328104,"owners_count":21085258,"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":["cron","crontab","crontab-format","elixir","ets","quantum","scheduler","storage","timezone"],"created_at":"2024-11-14T11:27:48.591Z","updated_at":"2025-04-11T01:50:59.346Z","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":"# Quantum Storage Persistent Ets\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_storage_persistent_ets.svg)](https://hex.pm/packages/quantum_storage_persistent_ets)\n[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/quantum_storage_persistent_ets)\n![.github/workflows/elixir.yml](https://github.com/quantum-elixir/quantum-storage-persistent-ets/workflows/.github/workflows/elixir.yml/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/quantum-elixir/quantum-storage-persistent-ets/badge.svg?branch=master)](https://coveralls.io/r/quantum-elixir/quantum-storage-persistent-ets?branch=master)\n[![Hex.pm](https://img.shields.io/hexpm/dt/quantum_storage_persistent_ets.svg)](https://hex.pm/packages/quantum_storage_persistent_ets)\n\nAdds a persistent storage adapter for ETS.\n\n## Installation\n\nThe package can be installed by adding `quantum_storage_persistent_ets` to your list\nof dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:quantum_storage_persistent_ets, \"~\u003e 1.0\"}\n  ]\nend\n```\n\nTo enable the storage adpater, add this to your `config.exs`:\n\n```elixir\nuse Mix.Config\n\nconfig :quantum_test, QuantumTest.Scheduler,\n  storage: QuantumStoragePersistentEts\n```\n\nThe docs can be found at [https://hexdocs.pm/quantum_storage_persistent_ets](https://hexdocs.pm/quantum_storage_persistent_ets).\n\n## Contribution\n\nThis project uses the [Collective Code Construction Contract (C4)](http://rfc.zeromq.org/spec:42/C4/)\nfor 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-storage-persistent-ets/issues) or [open a new issue](https://github.com/quantum-elixir/quantum-storage-persistent-ets/issues/new) to start\na 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-storage-persistent-ets repository on GitHub](https://github.com/quantum-elixir/quantum-storage-persistent-ets) 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-storage-persistent-ets/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-storage-persistent-ets/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-storage-persistent-ets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantum-elixir%2Fquantum-storage-persistent-ets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantum-elixir%2Fquantum-storage-persistent-ets/lists"}