{"id":18390680,"url":"https://github.com/naren-jha/inmemorydbapp","last_synced_at":"2026-05-04T07:37:04.062Z","repository":{"id":169491389,"uuid":"560109793","full_name":"naren-jha/InMemoryDbApp","owner":"naren-jha","description":"Implementation of an in-memory SQL-like database which can be used by multiple services ","archived":false,"fork":false,"pushed_at":"2022-11-05T18:48:08.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T07:58:49.503Z","etag":null,"topics":["cache-storage","database-design","inmemory-db","spring-boot"],"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/naren-jha.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":"2022-10-31T18:56:21.000Z","updated_at":"2022-11-03T17:15:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff412781-ea9f-438e-ac2a-39f692869a3f","html_url":"https://github.com/naren-jha/InMemoryDbApp","commit_stats":null,"previous_names":["naren-jha/inmemorydbapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naren-jha%2FInMemoryDbApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naren-jha%2FInMemoryDbApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naren-jha%2FInMemoryDbApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naren-jha%2FInMemoryDbApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naren-jha","download_url":"https://codeload.github.com/naren-jha/InMemoryDbApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537101,"owners_count":21120701,"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":["cache-storage","database-design","inmemory-db","spring-boot"],"created_at":"2024-11-06T01:48:47.515Z","updated_at":"2026-05-04T07:37:04.013Z","avatar_url":"https://github.com/naren-jha.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InMemoryDbApp\n\n## Problem Statement\n\nThe objective is to design and implement an in-memory SQL-like database, which should support the following set of operations / functionality:\n\n* It should be possible to create or delete tables in a database. : deletion is optional\n* A table definition comprises columns which have types. They can also have constraints\n* The supported column types are string and int.\n* The string type can have a maximum length of 20 characters.\n* The int type can have a minimum value of -1024 and a maximum value of 1024.\n* User can also define constraints on data type on top of the system constraints\n* Support for mandatory fields (tagging a column as required)\n* It should be possible to insert records in a table.\n* It should be possible to print all records in a table.\n* It should be possible to filter and display records whose column values match a given  value. - optional","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaren-jha%2Finmemorydbapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaren-jha%2Finmemorydbapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaren-jha%2Finmemorydbapp/lists"}