{"id":52835,"library":"blevesearch-upsidedown-store-api","title":"Blevesearch Upsidedown Store API","description":"The upsidedown store API provides an interface for key-value storage used by Bleve search engine.","status":"active","version":"1.0.2","language":"go","source_language":null,"source_url":"https://github.com/blevesearch/upsidedown_store_api","tags":["storage","key-value","bleve","indexing"],"install":[{"cmd":"go get github.com/blevesearch/upsidedown_store_api","lang":"bash","label":"Install github.com/blevesearch/upsidedown_store_api"}],"dependencies":[],"imports":[{"symbol":"upsidedown_store_api","correct":"github.com/blevesearch/upsidedown_store_api"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/blevesearch/upsidedown_store_api\"\n)\n\nfunc main() {\n    config := map[string]interface{}{\n        \"path\": \"example.bolt\",\n    }\n    store, err := upsidedown_store_api.Open(\"bolt\", config)\n    if err != nil {\n        fmt.Println(err)\n        return\n    }\n    defer store.Close()\n    fmt.Println(\"Store opened successfully\")\n}","lang":"go","description":"Opens a Bolt-backed key-value store using the upsidedown store API."},"warnings":[],"env_vars":null,"search_vec":"'api':4,8 'bleve':19,26 'blevesearch':1 'engin':21 'index':27 'interfac':11 'key':14,24 'key-valu':13,23 'provid':9 'search':20 'storag':16,22 'store':3,7 'upsidedown':2,6 'use':17 'valu':15,25","created_at":"2026-06-15T07:14:45.608182+00:00","updated_at":"2026-06-15T07:14:45.608182+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/blevesearch/upsidedown_store_api","github":"https://github.com/blevesearch/upsidedown_store_api","docs":"https://pkg.go.dev/github.com/blevesearch/upsidedown_store_api#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}