{"id":48680775,"url":"https://github.com/anuragts/tangerine","last_synced_at":"2026-04-26T20:00:45.719Z","repository":{"id":235015346,"uuid":"789914062","full_name":"anuragts/tangerine","owner":"anuragts","description":"in-memory vector database","archived":false,"fork":false,"pushed_at":"2024-05-04T09:20:26.000Z","size":103,"stargazers_count":39,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T02:59:15.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tangerine.zshlabs.tech","language":"Java","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/anuragts.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":"roadmap/KV.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-21T22:14:51.000Z","updated_at":"2025-05-23T02:46:05.000Z","dependencies_parsed_at":"2024-05-04T06:29:42.373Z","dependency_job_id":"5212e108-7a6e-4c41-927d-81c2f19c2c5e","html_url":"https://github.com/anuragts/tangerine","commit_stats":null,"previous_names":["anuragts/tangerine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anuragts/tangerine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragts%2Ftangerine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragts%2Ftangerine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragts%2Ftangerine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragts%2Ftangerine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anuragts","download_url":"https://codeload.github.com/anuragts/tangerine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuragts%2Ftangerine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-11T01:00:36.063Z","updated_at":"2026-04-26T20:00:45.714Z","avatar_url":"https://github.com/anuragts.png","language":"Java","funding_links":[],"categories":["数据库"],"sub_categories":["Spring Cloud框架"],"readme":"# 🍊 tangerine.\n## in-memory vector database\n\ntangerine is a in-memory vector database that is designed to have fast read and write speeds.\n\ntangerine is not limited to vector database, as it has its own key-value store written from scratch in Java.\n\n## Key-Value Store\n\n### Installation and Running.\n\n#### Using Docker\n\n```bash\ndocker run -p 1111:1111 anuragdev123/tangerine-kv:latest\n```\n\n#### Manual Installation\n\nMaking sh executable\n```bash\nchmod +x tangerinekv-server.sh\nchmod +x tangerinekv-cli.sh\nchmod +x tangerinekv-compile.sh\n```\n\n\u003e [!NOTE]\n\u003e The .java files are already compiled when running the scripts, but to prevent any issues with the classpath, you should compile them first.\n\n```bash\n./tangerinekv-compile.sh\n\n```\n\nRunning the Tangerine-KV Server\n\n```bash\n ./tangerinekv-server.sh\n```\n\nRunning the Tangerine-KV Client\n```bash\n ./tangerinekv-cli.sh\n```\nTesting \n```bash\n$ SET key value\n```\nif server responds with `OK`, then the client \u0026 server is working.\n \n\n### Commands\n\n#### PING\n```bash\n$ PING\n```\n\n#### SET\n\n```bash\n$ SET key value\n```\n\n#### GET\n\n```bash\n$  GET key\n```\n\n#### REMOVE\n\n```bash\n$  REMOVE key\n```\n\n#### ALL\n\n```bash\n$  ALL\n```\n\n#### CONTAINS\n```bash\n$  CONTAINS key\n```\n\n#### CLEAR\n\n```bash\n$  CLEAR\n```\n\n#### EXPIRE\n\n```bash\n$  EXPIRE key seconds\n```\n\n#### TTL\n\n```bash\n$  TTL key\n```\n\n#### HELP\n\n```bash\n$  HELP\n```\n\n#### SUBSCRIBE\n```bash\n$  SUBSCRIBE topic\n```\n\n#### PUBLISH\n```bash\n$  PUBLISH topic message\n```\n\n\u003c!-- #### UNSUBSCRIBE\n```bash\n$  UNSUBSCRIBE topic\n``` --\u003e\n\n\nfor progress and status check TODO.md\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuragts%2Ftangerine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuragts%2Ftangerine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuragts%2Ftangerine/lists"}