Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/dgraph-io/badger

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.
22 versions
Latest release: almost 5 years ago
1,898 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/dgraph-io/badger

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/dgraph-io%2Fbadger

Dependent Repos 8,290

sourcegraph/lsif-go đŸ“Ļ
Language Server Indexing Format (LSIF) generator for Go
  • v1.6.0 go.sum

Size: 1.89 MB - Last synced: 3 months ago - Pushed: 7 months ago

Zondax/rosetta-filecoin-lib
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum
  • v1.6.0-rc1 go.sum
  • v1.6.0 go.sum
  • v1.6.1 go.sum
  • v1.6.2 go.sum

Size: 337 KB - Last synced: 10 days ago - Pushed: 10 days ago

drand/drand
🎲 A Distributed Randomness Beacon Daemon - Go implementation
  • v1.6.1 go.sum
  • v1.6.2 go.sum

Size: 50.9 MB - Last synced: 1 day ago - Pushed: 2 days ago

berty/labs
Berty Labs is a mobile app to explore IPFS on mobile
  • v1.6.2 go.mod
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum
  • v1.6.0-rc1 go.sum
  • v1.6.0 go.sum
  • v1.6.1 go.sum
  • v1.6.2 go.sum

Size: 3.44 MB - Last synced: about 24 hours ago - Pushed: about 1 year ago

Blake8868/mvm Fork of MetisProtocol/mvm
A hard fork of the Optimistic Ethereum protocol (optimism.io)
  • v1.6.0 go/batch-submitter/go.sum

Size: 27.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

pickkaa/berty Fork of berty/berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
  • v1.6.2 go.mod
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum
  • v1.6.0 go.sum
  • v1.6.1 go.sum
  • v1.6.2 go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f tool/go.sum
  • v1.6.0-rc1 tool/go.sum
  • v1.6.0 tool/go.sum
  • v1.6.1 tool/go.sum
  • v1.6.2 tool/go.sum

Size: 84.2 MB - Last synced: about 1 hour ago - Pushed: about 1 year ago

zaibon/go-ipfs Fork of ipfs/kubo
IPFS implementation in Go
  • v1.5.5-0.20190226225317-8115aed38f8f docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.0-rc1 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.1 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum
  • v1.6.0-rc1 go.sum
  • v1.6.0 go.sum
  • v1.6.1 go.sum
  • v1.6.2 go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f test/dependencies/go.sum
  • v1.6.0-rc1 test/dependencies/go.sum
  • v1.6.0 test/dependencies/go.sum
  • v1.6.1 test/dependencies/go.sum

Size: 40.8 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

meonBot/go-ipfs Fork of devcode1981/go-ipfs
IPFS implementation in Go
  • v1.5.5-0.20190226225317-8115aed38f8f docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.0-rc1 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.1 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum
  • v1.6.0-rc1 go.sum
  • v1.6.0 go.sum
  • v1.6.1 go.sum
  • v1.6.2 go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f test/dependencies/go.sum
  • v1.6.0-rc1 test/dependencies/go.sum
  • v1.6.0 test/dependencies/go.sum
  • v1.6.1 test/dependencies/go.sum

Size: 40.8 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

47-studio-org/go-ipfs Fork of MarcelRaschke/go-ipfs
IPFS implementation in Go
  • v1.5.5-0.20190226225317-8115aed38f8f docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.0-rc1 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.6.1 docs/examples/go-ipfs-as-a-library/go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum
  • v1.6.0-rc1 go.sum
  • v1.6.0 go.sum
  • v1.6.1 go.sum
  • v1.6.2 go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f test/dependencies/go.sum
  • v1.6.0-rc1 test/dependencies/go.sum
  • v1.6.0 test/dependencies/go.sum
  • v1.6.1 test/dependencies/go.sum

Size: 46.3 MB - Last synced: 5 months ago - Pushed: 5 months ago

fragmentsh/ssv Fork of bloxapp/ssv
Secret-Shared-Validator(SSV) for ethereum staking
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum
  • v1.6.0-rc1 go.sum
  • v1.6.0 go.sum
  • v1.6.1 go.sum
  • v1.6.2 go.sum

Size: 19.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

filecoin-project/venus-wallet
a remote wallet for provider sign service
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum
  • v1.6.0-rc1 go.sum
  • v1.6.0 go.sum
  • v1.6.1 go.sum
  • v1.6.2 go.sum

Size: 1.15 MB - Last synced: 11 days ago - Pushed: 11 days ago

NexonSU/telegram-go-chatbot
t.me/zavtrachat bot
  • v1.6.0 go.sum

Size: 1010 KB - Last synced: about 4 hours ago - Pushed: about 6 hours ago

boostchicken/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
  • v1.6.2 cmd/configschema/go.sum
  • v1.6.2 cmd/otelcontribcol/go.sum
  • v1.6.2 cmd/oteltestbedcol/go.sum
  • v1.6.2 exporter/signalfxexporter/go.sum

Size: 262 MB - Last synced: 2 days ago - Pushed: 5 months ago

swimricky/wormhole Fork of wormhole-foundation/wormhole
Certus One's reference implementation for the Wormhole blockchain interoperability protocol.
  • v1.5.5-0.20190226225317-8115aed38f8f event_database/cloud_functions/go.sum
  • v1.6.0-rc1 event_database/cloud_functions/go.sum
  • v1.6.0 event_database/cloud_functions/go.sum
  • v1.6.1 event_database/cloud_functions/go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f event_database/functions_server/go.sum
  • v1.6.0-rc1 event_database/functions_server/go.sum
  • v1.6.0 event_database/functions_server/go.sum
  • v1.6.1 event_database/functions_server/go.sum
  • v1.5.5-0.20190226225317-8115aed38f8f node/go.sum
  • v1.6.0-rc1 node/go.sum
  • v1.6.0 node/go.sum
  • v1.6.1 node/go.sum

Size: 76.7 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

mattermost-community/mattermost-plugin-msteams-meetings
Mattermost Plugin for Microsoft Teams Meetings
  • v1.6.0 build/go.sum
  • v1.6.0 go.sum

Size: 1.03 MB - Last synced: 7 days ago - Pushed: 7 days ago

wish/mongoproxy
  • v1.6.0 go.sum

Size: 3.97 MB - Last synced: 10 months ago - Pushed: 11 months ago

sanekkurt/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
  • v1.6.2 go.sum

Size: 43.5 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

kokizzu/kubectl-cost Fork of kubecost/kubectl-cost
CLI for determining the cost of Kubernetes workloads
  • v1.6.0 go.sum

Size: 979 KB - Last synced: 19 days ago - Pushed: about 1 month ago

xp-1000/signalfx-agent Fork of signalfx/signalfx-agent
The SignalFx Smart Agent
  • v1.6.2 go.sum
  • v1.6.2 pkg/apm/go.sum

Size: 36.4 MB - Last synced: 9 months ago - Pushed: about 1 year ago

cdlaimin/KubePi Fork of KubeOperator/KubePi
KubePi 是一æŦžįŽ€å•æ˜“į”¨įš„åŧ€æē Kubernetes å¯č§†åŒ–įŽĄį†éĸæŋ
  • v1.6.0 go.sum

Size: 14.6 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

onflow/rosetta
Rosetta implementation for the Flow blockchain
  • v1.5.5-0.20190226225317-8115aed38f8f go.sum

Size: 453 KB - Last synced: 19 days ago - Pushed: 2 months ago