{"id":30496231,"url":"https://github.com/hungle00/elixir-showcase","last_synced_at":"2026-03-15T03:46:02.770Z","repository":{"id":52376081,"uuid":"329788693","full_name":"hungle00/elixir-showcase","owner":"hungle00","description":"Collection of Elixir projects and learning examples","archived":false,"fork":false,"pushed_at":"2025-08-20T04:20:10.000Z","size":82,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T06:19:39.159Z","etag":null,"topics":["elixir"],"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/hungle00.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":"2021-01-15T02:31:22.000Z","updated_at":"2025-08-20T04:21:51.000Z","dependencies_parsed_at":"2023-11-26T16:43:31.757Z","dependency_job_id":null,"html_url":"https://github.com/hungle00/elixir-showcase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hungle00/elixir-showcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungle00%2Felixir-showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungle00%2Felixir-showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungle00%2Felixir-showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungle00%2Felixir-showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hungle00","download_url":"https://codeload.github.com/hungle00/elixir-showcase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungle00%2Felixir-showcase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271990667,"owners_count":24854703,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"],"created_at":"2025-08-25T01:24:02.655Z","updated_at":"2026-03-15T03:45:57.665Z","avatar_url":"https://github.com/hungle00.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elixir Showcase\n\n### 1. Todo Plug\nA simple HTTP API built with Plug for managing todo items with CRUD operations.\n\n#### Usage\n```bash\n# Start the server\nmix run --no-halt\n\n# API Endpoints:\n# GET /todos - List all todos\n# GET /todos/new?note=your_note - Create a new todo\n# GET /todos/:id - Get a specific todo by ID\n# GET /todos/:id/delete - Delete a todo by ID\n```\n\n#### Features\n- ✅ RESTful API endpoints\n- ✅ JSON response format\n- ✅ CRUD operations for todo items\n- ✅ Built with Plug framework\n\n### 2. Metex\nA concurrent weather application that fetches temperatures for multiple cities using worker processes and coordinator pattern.\n\n#### Usage\n```elixir\n# Start IEx with the project\niex -S mix\n\n# Fetch temperatures for multiple cities concurrently\ncities = [\"Singapore\", \"Monaco\", \"Vatican City\", \"Hong Kong\", \"Macau\"]\nMetex.temperatures_of(cities)\n\n# Using Worker2 with GenServer\n{:ok, pid} = Metex.Worker2.start_link\nMetex.Worker2.get_temperature(pid, \"Hanoi\")\n```\n\n#### Features\n- ✅ Concurrent temperature fetching\n- ✅ Worker-Coordinator pattern\n- ✅ Multiple worker implementations (spawn vs GenServer)\n- ✅ HTTP API integration for weather data\n\n### 3. Wanderer\nAn asynchronous web crawling implementations in Elixir  \n\n#### Usage\n```elixir\n# Start IEx with the project\niex -S mix\n\n# Crawl a single URL\nWanderer.crawl(\"https://example.com\")\n\n# Crawl multiple URLs concurrently\nurls = [\"https://example.com\", \"https://github.com\"]\nWanderer.crawl_async(urls)\n\n# Use Task.async_stream with concurrency limit\nWanderer.crawl_async_stream(urls, 5)\n```\n\n#### Features\n- ✅ Concurrent crawling with `Task.async`\n- ✅ Concurrency control with `Task.async_stream`\n- ✅ Error handling and isolation\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungle00%2Felixir-showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhungle00%2Felixir-showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungle00%2Felixir-showcase/lists"}