{"id":67900,"library":"couchbase-moss","title":"Moss","description":"A fast, persistent, key-value store written in Go.","status":"active","version":"0.3.0","language":"go","source_language":null,"source_url":"https://github.com/couchbase/moss","tags":["key-value","store","persistent","couchbase"],"install":[{"cmd":"go get github.com/couchbase/moss","lang":"bash","label":"Install github.com/couchbase/moss"}],"dependencies":[],"imports":[{"symbol":"moss","correct":"github.com/couchbase/moss"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/couchbase/moss\"\n)\n\nfunc main() {\n\tstore, err := moss.Open(\"mydb\", moss.DefaultStoreOptions)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer store.Close()\n\tstore.Set([]byte(\"key\"), []byte(\"value\"))\n\tval, err := store.Get([]byte(\"key\"))\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(string(val))\n}","lang":"go","description":"Open a key-value store, set and get a value"},"warnings":[],"env_vars":null,"search_vec":"'couchbas':17 'fast':3 'go':11 'key':6,13 'key-valu':5,12 'moss':1 'persist':4,16 'store':8,15 'valu':7,14 'written':9","created_at":"2026-06-17T17:43:07.800291+00:00","updated_at":"2026-06-17T17:43:07.800291+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/couchbase/moss","github":"https://github.com/couchbase/moss","docs":"https://pkg.go.dev/github.com/couchbase/moss#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-17","next_check":"2026-12-14","install_tag":null}}