{"id":50672587,"url":"https://github.com/anasmirza534/elixir-kv-server","last_synced_at":"2026-06-08T12:32:50.068Z","repository":{"id":332465666,"uuid":"1133876980","full_name":"anasmirza534/elixir-kv-server","owner":"anasmirza534","description":"KV distributed server implementation in Elixir","archived":false,"fork":false,"pushed_at":"2026-01-14T01:00:03.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T03:51:55.569Z","etag":null,"topics":["elixir","elixir-lang","keyvalue","kv"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anasmirza534.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-14T00:02:42.000Z","updated_at":"2026-01-14T01:00:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/anasmirza534/elixir-kv-server","commit_stats":null,"previous_names":["anasmirza534/elixir-kv-server"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/anasmirza534/elixir-kv-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasmirza534%2Felixir-kv-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasmirza534%2Felixir-kv-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasmirza534%2Felixir-kv-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasmirza534%2Felixir-kv-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anasmirza534","download_url":"https://codeload.github.com/anasmirza534/elixir-kv-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasmirza534%2Felixir-kv-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","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","elixir-lang","keyvalue","kv"],"created_at":"2026-06-08T12:32:49.176Z","updated_at":"2026-06-08T12:32:50.059Z","avatar_url":"https://github.com/anasmirza534.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KV\n\n[![Elixir CI](https://github.com/anasmirza534/elixir-kv-server/actions/workflows/elixir.yml/badge.svg)](https://github.com/anasmirza534/elixir-kv-server/actions/workflows/elixir.yml)\n\nA distributed key-value store built with Elixir, featuring TCP server interface and pub/sub capabilities for distributed nodes.\n\n## Manual testing for distributed nodes\n\nshell 1\n\n```sh\nNODES=\"foo@anas-mac-mini,bar@anas-mac-mini\" PORT=4040 iex --sname foo -S mix\n```\n\nshell 2\n\n```sh\nNODES=\"foo@anas-mac-mini,bar@anas-mac-mini\" PORT=4041 iex --sname bar -S mix\n```\n\nin shell 1\n\n```ex\n:erpc.call(:\"bar@anas-mac-mini\", KV, :create_bucket, [\"shopping\"])\n\nKV.lookup_bucket(\"shopping\")\n```\n\nshell 3\n\n```sh\ntelnet 127.0.0.1 4040\n\nGET shopping milk\n\nPUT shopping milk 10\n\n```\n\nshell 4\n\n```sh\ntelnet 127.0.0.1 4041\nGET shopping milk\n\nSUBSCRIBE shopping\n```\n\nnow in shell 3 (in telnet shell)\n\n```sh\nPUT shopping egg 12\n```\n\nnow you will see in shell 4, new message coming in\n\n```sh\noutput: egg SET TO 12\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanasmirza534%2Felixir-kv-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanasmirza534%2Felixir-kv-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanasmirza534%2Felixir-kv-server/lists"}