{"id":18976317,"url":"https://github.com/quickwit-oss/quickwit-go","last_synced_at":"2025-07-21T22:34:01.552Z","repository":{"id":144719471,"uuid":"615833889","full_name":"quickwit-oss/quickwit-go","owner":"quickwit-oss","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-29T11:51:40.000Z","size":9,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T09:25:52.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/quickwit-oss.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}},"created_at":"2023-03-18T20:10:17.000Z","updated_at":"2023-04-12T09:32:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8286489-9321-446a-831b-6a9879db9f90","html_url":"https://github.com/quickwit-oss/quickwit-go","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/quickwit-oss%2Fquickwit-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quickwit-oss%2Fquickwit-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quickwit-oss%2Fquickwit-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quickwit-oss%2Fquickwit-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quickwit-oss","download_url":"https://codeload.github.com/quickwit-oss/quickwit-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239978057,"owners_count":19728271,"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-11-08T15:23:32.679Z","updated_at":"2025-02-21T07:43:27.225Z","avatar_url":"https://github.com/quickwit-oss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Quickwit Go Client\n\nWARNING: This is a work in progress and can be used only for testing purposes.\n\n## Installation\n\n```bash\ngo get github.com/quickwit-oss/quickwit-go\n```\n\n## Testing the client\n\n### Start a Quickwit instance\n\n```bash\ndocker run -it --rm -p 7280:7280 quickwit/quickwit\n```\n\n### Execute a search query\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/quickwit-oss/quickwit-go\"\n)\n\nfunc main() {\n    qclient := quickwit.NewQuickwitClient(\"http://localhost:7280\")\n    searchRequest := quickwit.SearchRequest{Query: \"severity_text:error\"}\n    // otel-logs-v0 is created when quickwit starts.\n    searchResponse, err := qclient.Search(\"otel-logs-v0\", searchRequest)\n    if err != nil {\n        fmt.Println(err)\n        return\n    }\n    fmt.Println(\"--------------------\")\n    fmt.Println(\"response\", searchResponse)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickwit-oss%2Fquickwit-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquickwit-oss%2Fquickwit-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickwit-oss%2Fquickwit-go/lists"}