{"id":15713998,"url":"https://github.com/hashnuke/hello-stage","last_synced_at":"2025-03-30T19:25:09.833Z","repository":{"id":66983731,"uuid":"98294405","full_name":"HashNuke/hello-stage","owner":"HashNuke","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-12T19:55:30.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T21:58:42.926Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HashNuke.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":"2017-07-25T10:26:03.000Z","updated_at":"2017-08-16T09:23:01.000Z","dependencies_parsed_at":"2023-02-27T12:15:12.194Z","dependency_job_id":null,"html_url":"https://github.com/HashNuke/hello-stage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fhello-stage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fhello-stage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fhello-stage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fhello-stage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HashNuke","download_url":"https://codeload.github.com/HashNuke/hello-stage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246367238,"owners_count":20765851,"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-10-03T21:34:27.778Z","updated_at":"2025-03-30T19:25:09.799Z","avatar_url":"https://github.com/HashNuke.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HelloStage\n\nTo start your Phoenix server:\n\n  * Install dependencies with `mix deps.get`\n  * Create and migrate your database with `mix ecto.create \u0026\u0026 mix ecto.migrate`\n  * Install Node.js dependencies with `cd assets \u0026\u0026 npm install`\n  * Start Phoenix endpoint with `mix phx.server`\n\n## Snippets\n\nTry these in an iex console. Start one with `iex -S mix`.\n\n### Simple producer \u0026 consumer\n\n```\nSimpleProducer.notify(\"hello\")\nEnum.map(1..10, fn(i)-\u003e SimpleProducer.notify(\"hello #{i}\") end)\n```\n\n### Simple producer \u0026 consumer with demand limits\n\nSend 10 events\n\n```\nevents = Enum.map(1..10, fn(i)-\u003e \"hello #{i}\" end)\nSimpleProducer.notify(events)\n```\n\nSend 20 events\n\n```\nevents = Enum.map(1..20, fn(i)-\u003e \"hello #{i}\" end)\nSimpleProducer.notify(events)\n```\n\n### Good producer \u0026 consumer\n\n```\nevents = Enum.map(1..10, fn(i)-\u003e \"hello #{i}\" end)\nGoodProducer.notify(events)\n```\n\n### HNSearch\n\n```\nHNSearch.Producer.notify([\"apple\", \"microsoft\", \"google\"])\n```\n\n### BacklinkSearch\n\n```\nBacklinkSearch.Producer.notify([\"apple\", \"microsoft\", \"google\"])\n```\n\n### BacklinkSearchV2\n\n```\nBacklinkSearchV2.Producer.notify([\"apple\", \"microsoft\", \"google\"])\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fhello-stage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashnuke%2Fhello-stage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fhello-stage/lists"}