{"id":17513558,"url":"https://github.com/simandebvu/seeker","last_synced_at":"2026-01-21T10:02:48.586Z","repository":{"id":124354361,"uuid":"574397685","full_name":"simandebvu/seeker","owner":"simandebvu","description":"A Simple Search Analytics Project","archived":false,"fork":false,"pushed_at":"2023-01-19T23:48:01.000Z","size":11578,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T20:32:46.693Z","etag":null,"topics":["analytics","rails7","search"],"latest_commit_sha":null,"homepage":"https://seekerzim.fly.dev/","language":"Ruby","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/simandebvu.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-12-05T08:14:07.000Z","updated_at":"2022-12-07T11:16:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2ac37a7-000a-4363-8683-c1752128751f","html_url":"https://github.com/simandebvu/seeker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"simandebvu/readme-template","purl":"pkg:github/simandebvu/seeker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fseeker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fseeker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fseeker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fseeker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simandebvu","download_url":"https://codeload.github.com/simandebvu/seeker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simandebvu%2Fseeker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["analytics","rails7","search"],"created_at":"2024-10-20T06:46:47.220Z","updated_at":"2026-01-21T10:02:48.568Z","avatar_url":"https://github.com/simandebvu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seeker Search-Analytics challenge project \n\nWelcome to seeker ! A search analytics project for articles. The features of the project is to build a search application for Articles where you can see the search trends from other users.\n## Features\n\n- Fast Search with realtime recording and analytics per user/search query\n- Background Processing with sidekiq and Redis\n- Cool Analytics\n- Test Driven Development\n- Scalable\n- Clean Code\n\n## Search Model\n\n- Redis is used for the background processing of the search queries.\n- Full Text Search in Milliseconds with ts_vector and ts_query using a stored generated program.\n- The search model has a validation for the search query. With simple Natural Language Processing (NLP) to check if the search query is a question or a sentence. If the search query is a question the search query is saved in the database. If the search query is a sentence the search query is not saved in the database.\n\n## Images\n\n![screenshot](app/assets/images/Animation.gif)\n\n## Built and tested With\n\n- Ruby 2.7.2\n- Ruby on Rails 7\n- Rspec\n- Postgres: \u003e=9.5\n- Docker\n- Redis\n- Sidekiq\n- Bulma CSS\n  \n## Live demo link\n\nVisit the live demo [link](https://seekerzim.fly.dev/)\n\n## Setup\n\nDownload the repo with this command\n\n`git clone git@github.com:simandebvu/seeker.git`\n\n`cd seeker`\n\n`git checkout development` \n\nStart the containers for DB and Redis\n\n`docker-compose up --build`\n\nInstall the Gems and Dependencies\n\n`bundle install`\n\nMigrate the database and models\n\n`rails db:create`\n`rails db:migrate`\n`rails db:seed`\n\nStart Sidekiq\n\n`bundle exec sidekiq`\n\n## For the usage\n\nRun the server\n\n`rails server`\n\nOpen in the browser `http://localhost:3000/`\n\n## Run the test \n\nRun this command\n\n`bundle exec rspec`\n\n## Author\n\n👤 **Shingirayi Mandebvu**\n\n- GitHub: [@simandebvu](https://github.com/simandebvu)\n- Twitter: [@simandebvu](https://twitter.com/simandebvu) \n- LinkedIn: [Shingirayi Mandebvu](https://www.linkedin.com/in/simandebvu/) \n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/simandebvu/seeker/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n\n- Project inspired and challenged by HelpJuice.\n\n## 📝 License\n\nThis project is [MIT](https://opensource.org/licenses/MIT) licensed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimandebvu%2Fseeker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimandebvu%2Fseeker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimandebvu%2Fseeker/lists"}