{"id":15510613,"url":"https://github.com/kortirso/ex_worker","last_synced_at":"2025-03-15T19:26:02.588Z","repository":{"id":62429580,"uuid":"170100532","full_name":"kortirso/ex_worker","owner":"kortirso","description":"Message processing with elixir","archived":false,"fork":false,"pushed_at":"2019-02-14T06:23:37.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T09:42:06.411Z","etag":null,"topics":["elixir","elixir-library","genserver","message-queue"],"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/kortirso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-11T09:19:07.000Z","updated_at":"2024-07-20T06:35:18.000Z","dependencies_parsed_at":"2022-11-01T20:07:23.506Z","dependency_job_id":null,"html_url":"https://github.com/kortirso/ex_worker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kortirso%2Fex_worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kortirso%2Fex_worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kortirso%2Fex_worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kortirso%2Fex_worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kortirso","download_url":"https://codeload.github.com/kortirso/ex_worker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243779403,"owners_count":20346715,"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":["elixir","elixir-library","genserver","message-queue"],"created_at":"2024-10-02T09:49:51.154Z","updated_at":"2025-03-15T19:26:02.536Z","avatar_url":"https://github.com/kortirso.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExWorker\n\nSimple example of message processing with Elixir\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `ex_worker` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_worker, \"~\u003e 0.1.6\"}\n  ]\nend\n\ndef application do\n  [\n    extra_applications: [..., :ex_worker]\n  ]\nend\n```\n\n## Mnesia Setup\n\nTo persist messages across application restarts, specify the DB path in your `config.exs`:\n\n```elixir\nconfig :mnesia, dir: 'mnesia/#{Mix.env}/#{node()}' # Notice the single quotes\n```\n\nAnd run the following mix task:\n\n```bash\nmix ex_worker.setup\n```\n\n## Usage\n\n```elixir\nExWorker.Server.add_message(\"some text\")\n\nExWorker.Server.add_messages([\"some text\", \"another text\"])\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/kortirso/ex_worker.\n\n## License\n\nThe packages is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Disclaimer\n\nUse this package at your own peril and risk.\n\n## Documentation\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/ex_worker](https://hexdocs.pm/ex_worker).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkortirso%2Fex_worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkortirso%2Fex_worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkortirso%2Fex_worker/lists"}