An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.0% on proxy.golang.org
Top 2.0% dependent packages on proxy.golang.org
Top 1.1% dependent repos on proxy.golang.org
Top 0.8% forks on proxy.golang.org
Top 0.6% docker downloads on proxy.golang.org

proxy.golang.org : github.com/dgraph-io/badger/v4

Package badger implements an embeddable, simple and fast key-value database, written in pure Go. It is designed to be highly performant for both reads and writes simultaneously. Badger uses Multi-Version Concurrency Control (MVCC), and supports transactions. It runs transactions concurrently, with serializable snapshot isolation guarantees. Badger uses an LSM tree along with a value log to separate keys from values, hence reducing both write amplification and the size of the LSM tree. This allows LSM tree to be served entirely from RAM, while the values are served from SSD. Badger has the following main types: DB, Txn, Item and Iterator. DB contains keys that are associated with values. It must be opened with the appropriate options before it can be accessed. All operations happen inside a Txn. Txn represents a transaction, which can be read-only or read-write. Read-only transactions can read values for a given key (which are returned inside an Item), or iterate over a set of key-value pairs using an Iterator (which are returned as Item type values as well). Read-write transactions can also update and delete keys from the DB. See the examples for more usage details.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/dgraph-io/badger/v4
Keywords: database , document-database , go , golang , key-value , library , ssd
License: Apache-2.0
Latest release: 4 months ago
First release: over 2 years ago
Namespace: github.com/dgraph-io/badger
Dependent packages: 365
Dependent repositories: 27
Stars: 12,028 on GitHub
Forks: 1,057 on GitHub
Docker dependents: 31
Docker downloads: 437,221,266
See more repository details: repos.ecosyste.ms
Last synced: about 24 hours ago

github.com/rosedblabs/renee v0.0.0-20230726004216-17c7717d965a
Redis data structure based on key/value storage engine.
1 version - Latest release: over 2 years ago - 13 stars on GitHub
Top 4.9% on proxy.golang.org
github.com/cuducos/minha-receita v0.0.0-20230722022724-37d3728d54d5 💰
🏢 Sua API web para consulta de informações do CNPJ da Receita Federal
16 versions - Latest release: over 2 years ago - 1,506 stars on GitHub
Top 4.8% on proxy.golang.org
github.com/ChainSafe/chaindb v0.1.6
go key-value store using badgerDB
8 versions - Latest release: over 2 years ago - 27 dependent packages - 12 dependent repositories - 20 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/catake-com/multibase v0.7.4
nolint
20 versions - Latest release: over 2 years ago - 6 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/multibase-io/multibase v0.7.4
nolint
20 versions - Latest release: over 2 years ago - 5 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/stream-stack/store v0.0.0-20230714041404-4fdd5d5165ba
9 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/nerikeshi-k/mono v0.0.0-20230714015826-5d7529061649
GCSにあるものを配信するやつ
4 versions - Latest release: over 2 years ago - 1 stars on GitHub
github.com/naivary/objst v0.11.0
15 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/naivary/objstlite v0.11.0
15 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/greenboxal/agibootstrap v0.0.0-20230630222427-7b96089cf585
Self bootstrapped general purpose coder AGI (the "G" is joke?).
1 version - Latest release: over 2 years ago - 5 stars on GitHub
github.com/lrondanini/bit-box/bitbox v0.0.0-20230623073912-46d7ffafa9f1
1 version - Latest release: over 2 years ago - 1 stars on GitHub
github.com/greenboxal/aip/aip-forddb v0.0.0-20230621032804-b9c36e9c927f
1 version - Latest release: over 2 years ago - 4 dependent packages - 1 dependent repositories - 3 stars on GitHub
github.com/txpull/bytecode v0.0.0-20230619192713-feb1fda9aaf9
Copyright © 2023 TxPull <code@txpull.com> Permission is hereby granted, free of charge, to any p...
1 version - Latest release: over 2 years ago - 5 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/tachunwu/graviton v0.0.0-20230616084755-a7d36a7ebd44
1 version - Latest release: over 2 years ago - 1 stars on GitHub
github.com/secoba/golang-kv v0.0.0-20230612080951-7782e6b45af6
Bundle embedded DB (badger & boltdb & leveldb & pebble & nutsdb) wrapper with fixed & simple api ...
1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/rajivgeraev/quick-stash v0.0.0-20230611075400-4166d06c424d
1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/greenboxal/aip v0.0.0-20230530180857-ab1d007247d2
1 version - Latest release: over 2 years ago - 3 stars on GitHub
Top 8.2% on proxy.golang.org
git.conor.gg/cfutro/gorl v0.0.0-20230525073801-a0ceeb67748c
12 versions - Latest release: over 2 years ago
github.com/kevincobain2000/re v0.0.0-20230524140508-ed9f1b29b966
Command Line Tool to execute commands in README.md file.
1 version - Latest release: over 2 years ago - 7 stars on GitHub
github.com/hitosea/1Panel v0.0.1
现代化、开源的 Linux 服务器运维管理面板。
1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/hitosea/1panel v0.0.1
现代化、开源的 Linux 服务器运维管理面板。
1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/asuncm/vm/service v0.0.0-20230518145935-a3c49eac29e4
1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/laraws/badger-cli/v4 v4.1.0
Command line Client for Badger https://github.com/dgraph-io/badger
2 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/lazygpt/lazygpt/plugin/local v0.0.0-20230515194408-b6acc2aeaf73
LazyGPT: An extensible AI agent leveraging language models and plugins for smart planning and imp...
1 version - Latest release: over 2 years ago - 5 stars on GitHub
github.com/1codim/badgerhold/v4 v4.0.0-20230504205646-51cf18c4f115
Package badgerhold is an indexing and querying layer on top of a badger DB. The goal is to allow...
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.7% on proxy.golang.org
gitlab.com/julianthome/badgerhold/v4 v4.0.3
Package badgerhold is an indexing and querying layer on top of a badger DB. The goal is to allow...
4 versions - Latest release: over 2 years ago - 1 stars on gitlab.com
Top 9.7% on proxy.golang.org
bitbucket.org/malandur/tsdb v0.0.0-20230427023033-6f29256fcab3
1 version - Latest release: over 2 years ago
Top 9.9% on proxy.golang.org
github.com/crypto2lab/ground v0.0.0-20230424034805-97afb49878c9
1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/donething/utils-go v0.0.29
Go的工具类
29 versions - Latest release: over 2 years ago - 2 dependent packages - 1 dependent repositories - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/snowmerak/twisted-lyfes v0.0.0-20230408102114-f9b8aa4cb7b1
4 versions - Latest release: over 2 years ago - 1 stars on GitHub
Top 8.6% on proxy.golang.org
libdb.so/spottyproxy v0.0.0-20230404071752-c39f4d446ddf
1 version - Latest release: over 2 years ago
Top 9.1% on proxy.golang.org
github.phpd.cn/w1ck3dg0ph3r/dbadger v0.1.1
2 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/w1ck3dg0ph3r/dbadger v0.1.1
Package dbadger provies a distributed embeddable key-value database based on BadgerDB persistent ...
2 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.2% on proxy.golang.org
github.skymusic.top/w1ck3dg0ph3r/dbadger v0.1.1
2 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/qichengzx/m2 v0.0.0-20230319034626-29666e445018
a simple http key/value cache system based on raft protocol.
2 versions - Latest release: over 2 years ago - 18 stars on GitHub
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.