{"id":28332476,"url":"https://github.com/omarmgaber/v6","last_synced_at":"2025-08-07T22:58:39.547Z","repository":{"id":293909693,"uuid":"977303736","full_name":"OmarMGaber/V6","owner":"OmarMGaber","description":"Basic text search engine based on the classical Vector Space Model.","archived":false,"fork":false,"pushed_at":"2025-05-19T08:27:47.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T07:44:19.917Z","etag":null,"topics":["cpp","information-retrieval","search-engine","vector-model"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OmarMGaber.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}},"created_at":"2025-05-03T22:12:47.000Z","updated_at":"2025-05-19T08:27:50.000Z","dependencies_parsed_at":"2025-05-17T22:28:41.463Z","dependency_job_id":null,"html_url":"https://github.com/OmarMGaber/V6","commit_stats":null,"previous_names":["omarmgaber/v6"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmarMGaber/V6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMGaber%2FV6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMGaber%2FV6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMGaber%2FV6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMGaber%2FV6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmarMGaber","download_url":"https://codeload.github.com/OmarMGaber/V6/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMGaber%2FV6/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269338062,"owners_count":24400179,"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-07T02:00:09.698Z","response_time":73,"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":["cpp","information-retrieval","search-engine","vector-model"],"created_at":"2025-05-26T19:54:16.558Z","updated_at":"2025-08-07T22:58:39.538Z","avatar_url":"https://github.com/OmarMGaber.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# V6 Text Search Engine\n\n## Overview\nV6 is a text search engine that uses the classical vector space model to search for a query in a collection of documents (corpus).\nV6 contains 3 main components:\n1. **V6 Core**: The core library that implements all needed components and data structures to build the search engine. (Has alot to be added)\n2. **V6 Server**: The server that provides the engine through a REST API. (Not Implemented yet.)\n3. **V6 Client**: The client that provides a read-evaluate-print loop (REPL) interface to interact with the server. (Not Implemented yet.)\n\n## Installation Requirements \n\nBefore building or running this project, make sure your system has the following requirements:\n\n### 1. C++ Compiler\n\nYou need a C++ compiler that supports C++20 or later (the project uses C++20). \n\n- **Windows**: Install [MinGW-w64](https://www.mingw-w64.org/).\n- **Linux**: Most distributions come with GCC pre-installed. You can install it using your package manager:\n  - Debian/Ubuntu: `sudo apt install build-essential`\n  - Fedora: `sudo dnf install gcc-c++`\n\n### 2. CMake\n\nThis project uses [CMake](https://cmake.org/) for build configuration.\n  * **Windows**: Install via [Chocolatey](https://chocolatey.org/): `choco install cmake`\n  * **Linux**: Use your package manager, e.g. `sudo apt install cmake`\n\nOr you can download from the official website [CMake's website](https://cmake.org/).\n\n## Build and Run\n1. Clone the repository\n```bash\ngit clone https://github.com/OmarMGaber/V6\n```\n\n2. Build the project\n```bash\ncd V6\nmake\n```\n\n## License\nThis project is released under the Apache License 2.0\n\n## Code Style\nThis project follows the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).\n\n## Note\nThe project is still in its early stages and is considered a toy project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarmgaber%2Fv6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomarmgaber%2Fv6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarmgaber%2Fv6/lists"}