{"id":15684875,"url":"https://github.com/erfanium/deno_sonic","last_synced_at":"2025-10-28T09:30:47.395Z","repository":{"id":62422203,"uuid":"388056727","full_name":"erfanium/deno_sonic","owner":"erfanium","description":"Sonic search engine driver for Deno","archived":false,"fork":false,"pushed_at":"2021-07-22T11:52:22.000Z","size":8,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-20T16:49:06.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deno.land/x/deno_sonic@0.1.0/mod.ts","language":"TypeScript","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/erfanium.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}},"created_at":"2021-07-21T08:59:07.000Z","updated_at":"2024-11-14T19:18:50.000Z","dependencies_parsed_at":"2022-11-01T17:31:26.452Z","dependency_job_id":null,"html_url":"https://github.com/erfanium/deno_sonic","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fdeno_sonic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fdeno_sonic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fdeno_sonic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fdeno_sonic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erfanium","download_url":"https://codeload.github.com/erfanium/deno_sonic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238626008,"owners_count":19503387,"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":[],"created_at":"2024-10-03T17:22:07.742Z","updated_at":"2025-10-28T09:30:47.067Z","avatar_url":"https://github.com/erfanium.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_sonic\n\nSonic search engine driver for Deno. With async support.\n\n## Status\n\n### Implemented parts\n\n- **search mode** (query, suggest)\n- **ingest mode** (push, pop, count, flush)\n\n### Not implemented parts\n\nCheck `bug` issues.\n\n## Example\n\n```ts\nimport { Search } from \"../mod.ts\";\n\nconst search = new Search();\n\n// search.client.debug = (...f) =\u003e console.debug(...f);\n\nawait search.connect({\n  hostname: \"127.0.0.1\",\n  port: 1491,\n  password: \"SecretPassword\",\n});\n\nconsole.log(\"Connected\");\n\nconst result = await search.query({\n  collection: \"messages\",\n  bucket: \"default\",\n  terms: \"Dragon\",\n});\n\nconsole.log(result);\n\nsearch.close();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fdeno_sonic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferfanium%2Fdeno_sonic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fdeno_sonic/lists"}