{"id":15102582,"url":"https://github.com/arvrao/inmemorydatastore-app","last_synced_at":"2026-01-20T02:05:21.242Z","repository":{"id":254472144,"uuid":"846183118","full_name":"ArvRao/inmemorydatastore-app","owner":"ArvRao","description":"Distributed in-memory key-value store implemented as a Spring Boot service. It provides a fast, scalable, and fault-tolerant solution for storing and retrieving data with automatic expiration capabilities.","archived":false,"fork":false,"pushed_at":"2024-08-29T12:40:55.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T22:44:24.362Z","etag":null,"topics":["consistent-hash-algorithm","gradle","minheap","springboot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/ArvRao.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":"2024-08-22T17:31:50.000Z","updated_at":"2024-08-29T12:40:58.000Z","dependencies_parsed_at":"2024-10-31T03:35:09.350Z","dependency_job_id":null,"html_url":"https://github.com/ArvRao/inmemorydatastore-app","commit_stats":null,"previous_names":["arvrao/inmemorydb-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArvRao%2Finmemorydatastore-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArvRao%2Finmemorydatastore-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArvRao%2Finmemorydatastore-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArvRao%2Finmemorydatastore-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArvRao","download_url":"https://codeload.github.com/ArvRao/inmemorydatastore-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332524,"owners_count":20921852,"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":["consistent-hash-algorithm","gradle","minheap","springboot"],"created_at":"2024-09-25T19:02:34.722Z","updated_at":"2026-01-20T02:05:21.199Z","avatar_url":"https://github.com/ArvRao.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\nA distributed in-memory key-value store implemented as a Spring Boot service. It provides a fast, scalable, and fault-tolerant solution for storing and retrieving data with automatic expiration capabilities.\n\n## Summary\nSimulated a distributed environment with multiple nodes within a single application instance. The consistent hashing algorithm is used to distribute keys across these virtual nodes.\n\nWhen a key-value pair is added, the consistent hashing algorithm determines which node should store that data.\nThe consistentHash.get(key) call determines which node should hold the data for that key.\n\nCheck Node distribution: return a map showing how many key-value pairs are stored in each node.\nConcept of virtual nodes where each node has associated key-value pair stored in it.\nWhen key-value pair is added, the consistent hashing algorithm determines which node should store that data based on the hash of the key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvrao%2Finmemorydatastore-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farvrao%2Finmemorydatastore-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvrao%2Finmemorydatastore-app/lists"}