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: 1 day ago

Top 9.9% on proxy.golang.org
github.com/mrWinston/aws-crud-mock-go v0.0.0-20240111161631-b209ae770ea2
2 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/be-io/mesh v0.0.0-20240108085855-0107088a789b
Mesh: A lightweight, distributed, relational network architecture for MPC
4 versions - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/binarymatt/kayak v0.0.0-20240107200158-8da99d612b61
raft based streaming platform
6 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
cloudeng.io/cmd/idu v0.0.0-20240105045954-12c2bfcc9b75
Usage of idu global flags: [--config=$HOME/.idu.yml --gcpercent=50 --http= --log-dir= --profile=...
17 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/pokt-network/smt/kvstore/badger v0.0.0-20240104183704-54a4fe461413
Package badger is a wrapper around the BadgerDB key-value store for use in the SM(S)T implementat...
3 versions - Latest release: almost 2 years ago - 10 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/dstarapp/gomorainsc v0.0.0-20240104150125-d538e3f3b7c6
gomorainsc
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/qinglongcn/bpfschain v0.0.3
3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/mirror520/events v1.0.2
EventDB implements Event Sourcing
3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/haunt98/otp-go v0.0.0-20240102034830-6042d022b20f
1 version - Latest release: almost 2 years ago - 2 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/gnilchee/go-libs/tinyds v0.0.0-20240102010437-8a8bf8b08457
3 versions - Latest release: almost 2 years ago
Top 9.6% on proxy.golang.org
github.com/bitgemtech/exotic-indexer v0.0.0-20231231142627-f93362975913
Fast exotic sats and ordinals indexer
1 version - Latest release: almost 2 years ago - 3 stars on GitHub
github.com/oarkflow/garagemq v0.0.2
7 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ucwong/bucket v1.0.23
24 versions - Latest release: almost 2 years ago
Top 6.8% on proxy.golang.org
github.com/ucwong/golang-kv v1.0.23
Bundle embedded DB (badger & boltdb & leveldb & pebble & nutsdb) wrapper with fixed & simple api ...
24 versions - Latest release: almost 2 years ago - 7 dependent packages - 2 dependent repositories - 9 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/go-ap/fedbox v0.0.0-20231225093727-bd56f544defa
Reference implementation of an ActivityPub service using go-ap packages (mirror repository)
36 versions - Latest release: almost 2 years ago - 5 dependent packages - 6 dependent repositories - 150 stars on GitHub
libdb.so/scouts-server v0.0.0-20231222010303-804359fb2b07
Backend Go implementation of Aaron's Scouts game.
6 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/khulnasoft-lab/gobaseline v0.0.0-20231221141628-37b7b655158a
2 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/buxorg/bux-cli v0.3.0
Command line application to help interact with BUX databases and servers
15 versions - Latest release: almost 2 years ago - 2 stars on GitHub
Top 8.3% on proxy.golang.org
github.com/BuxOrg/bux-cli v0.3.0 💰
BUX CLI This CLI app is used for interacting with BUX databases or servers. Learn more about BU...
15 versions - Latest release: almost 2 years ago - 2 stars on GitHub
Top 8.4% on proxy.golang.org
github.com/ericvolp12/bsky-experiments v0.0.0-20231220080716-b0a703f35108 💰
A handful of Go-based tools for poking around with BlueSky using the AT Protocol
226 versions - Latest release: almost 2 years ago - 1 dependent package - 1 dependent repositories - 286 stars on GitHub
libdb.so/persist v0.0.0-20231219023831-5321494d3834
Package persist provides a basic type-safe map that persists to disk.
5 versions - Latest release: almost 2 years ago - 1 stars on GitHub
Top 9.7% on proxy.golang.org
gitee.com/hashnetwork/hash_badger v0.0.0-20231218082658-93f70c3805cf
3 versions - Latest release: almost 2 years ago - 1 dependent package
github.com/dgate-io/raft-badger v0.0.0-20231217131807-c5eb3f9eafa5
Badger-based backend for Hashicorp's raft package
1 version - Latest release: almost 2 years ago - 1 dependent package - 0 stars on GitHub
github.com/gozilla-dev/raft-badger v0.0.0-20231217075426-afbc06271c48
Badger-based backend for Hashicorp's raft package
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
Top 6.2% on proxy.golang.org
github.com/AthanorLabs/atomic-swap v0.4.3
💫 ETH-XMR atomic swap implementation
10 versions - Latest release: almost 2 years ago - 364 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/noot/atomic-swap v0.4.3
💫 ETH-XMR atomic swap implementation
10 versions - Latest release: almost 2 years ago - 237 stars on GitHub
Top 3.8% on proxy.golang.org
github.com/athanorlabs/atomic-swap v0.4.3
💫 ETH-XMR atomic swap implementation
10 versions - Latest release: almost 2 years ago - 2 dependent packages - 2 dependent repositories - 366 stars on GitHub
github.com/PrinMeshia/medego v0.0.0-20231213090247-588a86c03b69
4 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 7.9% on proxy.golang.org
github.com/shortlink-org/shortlink/internal/services/bff-web v0.0.0-20231211200953-f4e42ab1b3cf 💰
Shortlink service (Microservice example) ⭐ Star the repo if you like it!
517 versions - Latest release: almost 2 years ago - 771 stars on GitHub
Top 9.7% on proxy.golang.org
gitee.com/hashnetwork/hash_queue v0.0.0-20231211093458-63abf5169159
2 versions - Latest release: almost 2 years ago
Top 8.2% on proxy.golang.org
github.com/arcverse/go-arcverse v0.7.4
3 versions - Latest release: almost 2 years ago
Top 8.2% on proxy.golang.org
github.com/arcspace/go-arcspace v0.7.4
Arcspace / ArcXR runtime kernel
10 versions - Latest release: almost 2 years ago - 1 dependent package - 0 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/amp-3d/amp-host-go v0.7.4
Reference "archost" server implementation for Go
1 version - Latest release: almost 2 years ago - 1 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/arcspace/go-archost v0.7.4
ArcXR runtime kernel for Go
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/amp-space/amp-host-go v0.7.4
Reference "archost" server implementation for Go
1 version - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/qredo/fusionchain/mpc-relayer v0.0.0-20231207194033-9c611982454b
11 versions - Latest release: almost 2 years ago - 10 stars on GitHub
github.com/aredoff/iptec v0.0.6
Security information about the IP address. Plugin extension support.
3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/gofish2020/easydb v0.0.0-20231205143455-d406c9622356
kv存傚匕擎
1 version - Latest release: almost 2 years ago - 3 stars on GitHub
github.com/fido-alliance/iot-fdo-conformance-tools v0.6.0
FIDO Alliances Reference FDO Implementation and Conformance Testing
8 versions - Latest release: almost 2 years ago - 5 stars on GitHub
github.com/fido-alliance/fdo-fido-conformance-server v0.6.0
FIDO Alliances Reference FDO Implementation and Conformance Testing
8 versions - Latest release: almost 2 years ago - 2 stars on GitHub
git.capy.sh/jann/cookiemod v0.0.0-20231203231628-5c625625b991
1 version - Latest release: almost 2 years ago
Top 9.0% on proxy.golang.org
github.com/vkuznet/embeddb v0.0.0
Prototype for embedded database package based on BadgerDB
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/xmapst/osapi v1.1.0 💰
OS Remote Executor Api
13 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/celestiaorg/go-ds-badger4 v0.0.0-20231125235544-5604cb7c10bb
Datastore implementation using Badger v4 as backend.
11 versions - Latest release: almost 2 years ago - 16 dependent packages - 1 dependent repositories - 2 stars on GitHub
github.com/switfs/switfs-oms v0.0.0-20231124063230-96719da6813a
6 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/dyammarcano/persistence v1.0.7
5 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 7.4% on proxy.golang.org
github.hscsec.cn/webmeshproj/webmesh v0.17.1
149 versions - Latest release: almost 2 years ago
Top 9.6% on proxy.golang.org
github.com/webmeshproj/webmesh v0.17.1
A simple, distributed, zero-configuration WireGuard mesh provider
149 versions - Latest release: almost 2 years ago - 2 dependent packages - 71 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/webmeshproj/node v0.17.1
A simple, distributed, zero-configuration WireGuard mesh provider
149 versions - Latest release: almost 2 years ago - 71 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/lunfardo314/unitrie v0.0.0-20231115111000-68bc80230a54
Universal package for the commitment trie (radix tree) implementations
10 versions - Latest release: almost 2 years ago - 1 dependent package - 0 stars on GitHub
github.com/go-ap/storage-badger v0.0.0-20231114164254-83bfd520a801
56 versions - Latest release: almost 2 years ago - 2 dependent packages - 1 dependent repositories - 0 stars on GitHub
github.com/webmeshproj/webmesh-cni v0.0.27
Package cni contains the plugin implementation for the webmesh-cni.
27 versions - Latest release: about 2 years ago - 6 stars on GitHub
Top 9.2% on proxy.golang.org
github.hscsec.cn/webmeshproj/webmesh-cni v0.0.27
27 versions - Latest release: about 2 years ago
Top 9.2% on proxy.golang.org
github.imxd.top/webmeshproj/webmesh-cni v0.0.27
27 versions - Latest release: about 2 years ago
github.com/webmeshproj/storage-provider-k8s v0.3.2
A Webmesh storage provider using Kubernetes as a backend
42 versions - Latest release: about 2 years ago - 1 dependent package - 0 stars on GitHub
github.com/zzzFelix/gotrack v0.0.0-20231109115751-4b1e3f2da068
A simple CLI for tracking time, written in Go.
2 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 5.3% on proxy.golang.org
github.com/bvkgo/kvbadger v0.0.0-20231108231156-fefed63520e1
3 versions - Latest release: about 2 years ago - 1 dependent package - 1 dependent repositories
github.com/fiatjaf/badger-cli v0.0.0-20231106160957-60c0eb028849
Command line client for Badger https://github.com/dgraph-io/badger
1 version - Latest release: about 2 years ago - 0 stars on GitHub
github.com/uncle-gua/badgerdb v0.0.0-20231102022546-ea5d793e1191
Package badgerdb is an indexing and querying layer on top of a badger DB. The goal is to allow e...
1 version - Latest release: about 2 years ago - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/noahmern/terara v0.0.0-20231101035437-6c2085541898
1 version - Latest release: about 2 years ago
github.com/gospider007/db v0.0.0-20231030070847-1a38076f41fa
3 versions - Latest release: about 2 years ago - 1 dependent package - 0 stars on GitHub
github.com/omar391/go-commons v0.0.0-20231024174748-54f7cabbef3b
A common utility library for Go
6 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 2.2% on proxy.golang.org
github.com/timshannon/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: about 2 years ago - 19 dependent packages - 7 dependent repositories - 473 stars on GitHub
github.com/Bidon15/celestia-node v0.11.0-beta.69
Celestia storage and light node
43 versions - Latest release: about 2 years ago - 1 dependent repositories - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/bidon15/celestia-node v0.11.0-beta.69
Celestia storage and light node
43 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/uncle-gua/badgerhold v0.0.0-20231019135847-1e30fa9e682a
Package badgerhold is an indexing and querying layer on top of a badger DB. The goal is to allow...
7 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/openfreecode/badgertest v1.0.2
3 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/openfreecode/bt v1.0.2
3 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/mirror520/identity v1.0.6
Scalable and decentralized user identity management
13 versions - Latest release: about 2 years ago - 1 stars on GitHub
github.com/hyperversal-blocks/averveil v0.0.0-20231017094731-6890ac0d5043
Averveil enables private crypto transfers and sets intermediary commissions. It allows users to c...
2 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/bocchi-the-cache/indeep v0.0.0-20231009081600-569481b9dfd9
A dead simple distributed object storage
1 version - Latest release: about 2 years ago - 4 stars on GitHub
github.com/raphi011/handoff v0.0.0-20231007194721-d0e5c9872272
Testrunner service for Go
4 versions - Latest release: about 2 years ago - 2 stars on GitHub
github.com/celestiaorg/knuu-example v0.0.0-20231006072333-1947bbd6e226
Example repository for the knuu Integration Test Framework
3 versions - Latest release: about 2 years ago - 7 stars on GitHub
Top 7.2% on proxy.golang.org
github.com/celestiaorg/test-infra v0.0.0-20231005111009-2d42763e8641
Testing infrastructure for the Celestia Network
13 versions - Latest release: about 2 years ago - 25 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/izuc/zipp v0.1.3
4 versions - Latest release: about 2 years ago
github.com/go-ap/webfinger v0.0.0-20231003170751-2d42c31edb87
Package webfinger
3 versions - Latest release: about 2 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/puras/mog v0.1.4
16 versions - Latest release: about 2 years ago - 3 stars on GitHub
Top 9.4% on proxy.golang.org
github.com/DeltaLaboratory/honeycomb v0.0.3
3 versions - Latest release: about 2 years ago
Top 9.4% on proxy.golang.org
github.com/deltalaboratory/honeycomb v0.0.3
3 versions - Latest release: about 2 years ago
Top 9.4% on proxy.golang.org
gitlab.com/dualwield/magre v0.0.0-20230925141854-d9c85e987abe
1 version - Latest release: about 2 years ago
github.com/cortexfoundation/robot v1.0.6
Robot multiple services 4 cortex full node
7 versions - Latest release: about 2 years ago - 2 stars on GitHub
github.com/CortexFoundation/robot v1.0.6
Robot multiple services 4 cortex full node
7 versions - Latest release: about 2 years ago - 4 dependent packages - 1 dependent repositories - 2 stars on GitHub
github.com/willie68/micro-vault v0.0.0-20230924084951-777a9f0cd9da
A dead simple key managment system
40 versions - Latest release: about 2 years ago - 2 dependent packages - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/webmeshproj/operator v0.0.0-20230920135855-0bb286d7f961
The Webmesh Kubernetes Operator
1 version - Latest release: about 2 years ago - 0 stars on GitHub
github.com/deejiw/xk6-kv v0.0.3
A key-value store extension for k6
3 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/mvg-fi/common v0.1.10
Common go packages
11 versions - Latest release: about 2 years ago - 1 dependent repositories - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/merlinfuchs/vaultbin v0.2.0
A blazingly fast and secure Pastebin alternative
8 versions - Latest release: about 2 years ago - 16 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/seekr-osint/seekr v0.0.0-20230909165137-e5420c457bc0
A multi-purpose OSINT toolkit with a neat web-interface.
53 versions - Latest release: about 2 years ago - 26 stars on GitHub
Top 9.7% on proxy.golang.org
git.metznet.ca/MetzNet/graphvent v0.4.0
14 versions - Latest release: about 2 years ago - 0 stars on git.metznet.ca
Top 9.6% on proxy.golang.org
github.com/mekkabotics/graphvent v0.4.0
graphvent mirror
14 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/mekkanized/graphvent v0.4.0
graphvent mirror
44 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 9.7% on proxy.golang.org
git.metznet.ca/metznet/graphvent v0.4.0
14 versions - Latest release: about 2 years ago
Top 9.3% on proxy.golang.org
github.com/jeffprestes/sjrpc v0.1.3
sjrpc is a Reverse Proxy focused on to reduce remote Ethereum/Web3 JSON-RPC calls to third-party ...
4 versions - Latest release: about 2 years ago - 2 stars on GitHub
github.com/baps-apps/cerbos v0.0.6
Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permi...
6 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 5.8% on proxy.golang.org
github.com/jrmanes/celestia-node v0.0.3
Celestia Data Availability Nodes
3 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/txpull/unpack v0.0.0-20230813170358-e1e87cbdd871
Copyright © 2023 TxPull <code@txpull.com> Permission is hereby granted, free of charge, to any p...
1 version - Latest release: about 2 years ago - 6 stars on GitHub
github.com/digisan/fileflatter v0.0.16
Parse file (json, toml, xml, csv etc.) to flat items
15 versions - Latest release: over 2 years ago - 8 dependent packages - 1 dependent repositories - 0 stars on GitHub
Top 6.2% on proxy.golang.org
github.com/MixinNetwork/nfo v0.3.5
🏆 A decentralized layer to support NFT on Mixin Messenger and Kernel.
23 versions - Latest release: over 2 years ago - 4 dependent packages - 2 dependent repositories - 17 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mixinnetwork/nfo v0.3.5
🏆 A decentralized layer to support NFT on Mixin Messenger and Kernel.
23 versions - Latest release: over 2 years ago - 17 stars on GitHub
Top 4.4% on proxy.golang.org
github.com/webmeshproj/raft-badger v0.0.0-20230808161310-f874ad74d944
4 versions - Latest release: over 2 years ago - 2 dependent packages - 1 dependent repositories
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.