{"id":19339726,"url":"https://github.com/rubenv/gorocksdb","last_synced_at":"2025-04-23T02:30:54.128Z","repository":{"id":57562834,"uuid":"81471421","full_name":"rubenv/gorocksdb","owner":"rubenv","description":"gorocksdb is a Go wrapper for RocksDB, embedded by default","archived":false,"fork":false,"pushed_at":"2017-06-09T08:10:47.000Z","size":169,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T06:43:12.050Z","etag":null,"topics":["go","rocksdb"],"latest_commit_sha":null,"homepage":"http://rocksdb.org","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/rubenv.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}},"created_at":"2017-02-09T16:39:52.000Z","updated_at":"2023-05-05T00:04:38.000Z","dependencies_parsed_at":"2022-09-17T14:11:47.639Z","dependency_job_id":null,"html_url":"https://github.com/rubenv/gorocksdb","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/rubenv%2Fgorocksdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fgorocksdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fgorocksdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fgorocksdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenv","download_url":"https://codeload.github.com/rubenv/gorocksdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250357567,"owners_count":21417308,"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":["go","rocksdb"],"created_at":"2024-11-10T03:23:32.614Z","updated_at":"2025-04-23T02:30:53.865Z","avatar_url":"https://github.com/rubenv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gorocksdb, a Go wrapper for RocksDB\n\n[![Build Status](https://travis-ci.org/rubenv/gorocksdb.png)](https://travis-ci.org/rubenv/gorocksdb) [![GoDoc](https://godoc.org/github.com/rubenv/gorocksdb?status.png)](http://godoc.org/github.com/rubenv/gorocksdb)\n\n## Install\n\nThere exist two options to install gorocksdb.\nYou can use either a own shared library or you use the embedded RocksDB version from [CockroachDB](https://github.com/cockroachdb/c-rocksdb).\n\nTo install the embedded version (default, it might take a while):\n\n    go get github.com/rubenv/gorocksdb\n\nIf you want to go the way with the shared library you'll need to build\n[RocksDB](https://github.com/facebook/rocksdb) before on your machine.\nIf you built RocksDB you can install gorocksdb now:\n\n    CGO_CFLAGS=\"-I/path/to/rocksdb/include\" \\\n    CGO_LDFLAGS=\"-L/path/to/rocksdb -lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy -llz4\" \\\n      go get -tags=dynamic github.com/rubenv/gorocksdb\n\n## Relation to [tecbot/gorocksdb](https://github.com/tecbot/gorocksdb)\n\nThis version of gorocksdb uses the embedded version by default.\n\nThe version by [tecbot](https://github.com/tecbot/gorocksdb) is still\nconsidered the upstream: please submit fixes and pull requests there. I'll\nperiodically merge changes back to this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenv%2Fgorocksdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubenv%2Fgorocksdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenv%2Fgorocksdb/lists"}