{"id":26192888,"url":"https://github.com/asynched/catalog-searcher","last_synced_at":"2026-04-24T14:35:00.815Z","repository":{"id":125528025,"uuid":"447857894","full_name":"asynched/catalog-searcher","owner":"asynched","description":"A catalog search implementation written in 🦀","archived":false,"fork":false,"pushed_at":"2022-01-14T06:16:44.000Z","size":187,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T03:55:10.377Z","etag":null,"topics":["json","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/asynched.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-01-14T05:54:25.000Z","updated_at":"2022-02-19T19:33:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"611b0f44-3845-4928-918a-e74ac30c960a","html_url":"https://github.com/asynched/catalog-searcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asynched/catalog-searcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fcatalog-searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fcatalog-searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fcatalog-searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fcatalog-searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asynched","download_url":"https://codeload.github.com/asynched/catalog-searcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fcatalog-searcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32227763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["json","rust"],"created_at":"2025-03-12T01:25:06.042Z","updated_at":"2026-04-24T14:35:00.810Z","avatar_url":"https://github.com/asynched.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Catalog searcher\n\nA demo product catalog searcher written in Rust\n\n## How to build?\n\n### Requirements\n\n- rustc\n- cargo\n\n### Building - Development\n\nFor executing the app in the development mode you can use the following command:\n\n```sh\n$ cargo run\n```\n\n### Building - Release\n\nTo build the project, run the command bellow:\n\n```sh\n$ cargo build --release\n```\n\nAnd then execute the binary\n\n```sh\n$ ./target/release/search-test $CATALOG_FILENAME\n```\n\n## Executing the app\n\nThe app recieves only one command, which is the source file to index the products. It must be a JSON containing a list of products with:\n\n- id\n- name\n- price\n\nWhereas all of the attributes are strings, below you can se what a product must look like\n\n```json\n{ \"id\": \"1\", \"name\": \"Foo\", \"price\": \"10.24\" }\n```\n\n### Arguments\n\n| argument | type   |\n| -------- | ------ |\n| filename | string |\n\n### Example\n\n```sh\n$ cargo run data/dump.json # Running in development\n```\n\n## Author\n\n| ![Eder Lima](https://github.com/asynched.png?size=100) |\n| ------------------------------------------------------ |\n| [Eder Lima](https://github.com/asynched)               |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Fcatalog-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasynched%2Fcatalog-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Fcatalog-searcher/lists"}