{"id":20725724,"url":"https://github.com/exponentially/helios_example","last_synced_at":"2025-07-15T12:44:27.049Z","repository":{"id":99073356,"uuid":"150656714","full_name":"exponentially/helios_example","owner":"exponentially","description":"Example CQRS elixir application built with helios framework","archived":false,"fork":false,"pushed_at":"2019-06-27T12:50:05.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T19:14:37.822Z","etag":null,"topics":["cqrs","cqrs-application","elixir","example-app"],"latest_commit_sha":null,"homepage":null,"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/exponentially.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-09-27T22:51:33.000Z","updated_at":"2020-01-14T19:31:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"634fd048-ed6c-40a5-bec9-72cb476cecdf","html_url":"https://github.com/exponentially/helios_example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/exponentially/helios_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exponentially%2Fhelios_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exponentially%2Fhelios_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exponentially%2Fhelios_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exponentially%2Fhelios_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exponentially","download_url":"https://codeload.github.com/exponentially/helios_example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exponentially%2Fhelios_example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265437226,"owners_count":23765119,"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":["cqrs","cqrs-application","elixir","example-app"],"created_at":"2024-11-17T04:20:19.433Z","updated_at":"2025-07-15T12:44:27.021Z","avatar_url":"https://github.com/exponentially.png","language":"Elixir","readme":"# Helios Example Application\n\nDemonstrates capabilities of [helios framework](https://github.com/exponentially/helios)\n\nNOTE: this is still in early development phase, so it may brake sometimes.\n\n## How To Start\n\nYou need to install [Eventstore](https://eventstore.org) localy or check \n`config/config.exs` and change adapter_config to meet your instalation if eventstore \nis available on different network address.\n\nThen clone this repo and run:\n\n```bash\n$ mix deps.get\n$ mix compile\n$ iex --name helios_example_1@127.0.0.1 -S mix helios.server\n```\n\nYou can run up to 3 instances of this application (libcluster is configured that way).\n```bash\n$ iex --name helios_example_2@127.0.0.1 -S mix helios.server\n```\n```bash\n$ iex --name helios_example_3@127.0.0.1 -S mix helios.server\n```\n\nfrom any iex console above, check functions that are available in `helios_example.ex` file. \nFor instance you could run:\n\n```elixir\niex\u003e params = %{\"first_name\" =\u003e \"Test\", \"last_name\" =\u003e \"User\", \"email\" =\u003e \"email@example.com\"}\niex\u003e HeliosExample.Facade.User.create_user(1, params)\n{:ok, :created}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexponentially%2Fhelios_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexponentially%2Fhelios_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexponentially%2Fhelios_example/lists"}