{"id":21973658,"url":"https://github.com/alash3al/bbadger","last_synced_at":"2025-04-28T14:27:01.845Z","repository":{"id":57485572,"uuid":"132138244","full_name":"alash3al/bbadger","owner":"alash3al","description":"adding badger support to blevesearch","archived":false,"fork":false,"pushed_at":"2023-02-25T01:56:26.000Z","size":31,"stargazers_count":62,"open_issues_count":7,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T10:33:41.227Z","etag":null,"topics":["badger","blevesearch","elasticsearch"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/alash3al.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":"2018-05-04T12:36:29.000Z","updated_at":"2024-06-06T09:25:59.000Z","dependencies_parsed_at":"2024-06-19T01:28:33.895Z","dependency_job_id":null,"html_url":"https://github.com/alash3al/bbadger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alash3al%2Fbbadger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alash3al%2Fbbadger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alash3al%2Fbbadger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alash3al%2Fbbadger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alash3al","download_url":"https://codeload.github.com/alash3al/bbadger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251328706,"owners_count":21571964,"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":["badger","blevesearch","elasticsearch"],"created_at":"2024-11-29T15:33:54.257Z","updated_at":"2025-04-28T14:27:01.822Z","avatar_url":"https://github.com/alash3al.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bleve Badger Backend\n=====================\n\u003e [Blevesearch](https://github.com/blevesearch/bleve) kvstore implementation based on [Badger](https://github.com/dgraph-io/badger) forked from [https://github.com/akhenakh/bleve/tree/badger](https://github.com/akhenakh/bleve/tree/badger) with alot of improvements and fixes.\n\nUsage\n==========\n\u003e `➜ go get github.com/alash3al/bbadger` .\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/alash3al/bbadger\"\n\t\"github.com/blevesearch/bleve\"\n)\n\nfunc main() {\n\t// create/open bleveIndex\n\tindex, err := bbadger.BleveIndex(\"/tmp/badger/indexName\", bleve.NewIndexMapping())\n\n    // index some data\n    err = index.Index(identifier, your_data)\n\n    // search for some text\n    query := bleve.NewMatchQuery(\"text\")\n    search := bleve.NewSearchRequest(query)\n    searchResults, err := index.Search(search)\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falash3al%2Fbbadger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falash3al%2Fbbadger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falash3al%2Fbbadger/lists"}