Ecosyste.ms: Repos

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

Package Usage: go: go.etcd.io/bbolt

package bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. Bolt currently works on Windows, Mac OS X, and Linux. There are only a few types in Bolt: DB, Bucket, Tx, and Cursor. The DB is a collection of buckets and is represented by a single file on disk. A bucket is a collection of unique keys that are associated with values. Transactions provide either read-only or read-write access to the database. Read-only transactions can retrieve key/value pairs and can use Cursors to iterate over the dataset sequentially. Read-write transactions can create and delete buckets and can insert and remove keys. Only one read-write transaction is allowed at a time. The database uses a read-only, memory-mapped data file to ensure that applications cannot corrupt the database, however, this means that keys and values returned from Bolt cannot be changed. Writing to a read-only byte slice will cause Go to panic. Keys and values retrieved from the database are only valid for the life of the transaction. When used outside the transaction, these byte slices can point to different data or can point to invalid memory which will cause a panic.
21 versions
Latest release: 4 months ago
16,002 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/go.etcd.io/bbolt

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

Dependent Repos 73,855

admariner/jitsu Fork of jitsucom/jitsu
Jitsu is an open-source data integration platform
  • v1.3.3 configurator/backend/go.sum
  • v1.3.5 configurator/backend/go.sum
  • v1.3.3 server/go.sum
  • v1.3.5 server/go.sum

Size: 29.4 MB - Last synced: about 2 months ago - Pushed: 10 months ago

kmodules/resource-metadata
API for defining metadata about Kubernetes resources
  • v1.3.2 go.sum
  • v1.3.6 go.sum

Size: 75.6 MB - Last synced: 1 day ago - Pushed: 1 day ago

brotherlogic/logging
Logging for system
  • v1.3.3 go.sum

Size: 607 KB - Last synced: 6 days ago - Pushed: 6 days ago

vearutop/cache-story
Demo repository for a blog post.
  • v1.3.2 go.sum

Size: 4.59 MB - Last synced: 2 months ago - Pushed: 2 months ago

ossf/scorecard-action
Official GitHub Action for OpenSSF Scorecard.
  • v1.3.6 go.mod
  • v1.3.2 go.sum
  • v1.3.3 go.sum
  • v1.3.4 go.sum
  • v1.3.5 go.sum
  • v1.3.6 go.sum

Size: 6.39 MB - Last synced: 4 days ago - Pushed: 4 days ago

zeromike/syft Fork of anchore/syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
  • v1.3.6 go.mod
  • v1.3.2 go.sum
  • v1.3.3 go.sum
  • v1.3.4 go.sum
  • v1.3.5 go.sum
  • v1.3.6 go.sum

Size: 10.4 MB - Last synced: 12 months ago - Pushed: almost 2 years ago

aberja/argo Fork of argoproj/argo-workflows
Argo Workflows: Get stuff done with Kubernetes.
  • v1.3.2 go.sum
  • v1.3.6 go.sum

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

krasish/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.
  • v1.3.1-etcd.7 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v1.3.2 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v1.3.3 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v1.3.5 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v1.3.6 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v1.3.1-etcd.7 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v1.3.2 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v1.3.3 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v1.3.5 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v1.3.6 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v1.3.3 development/test-log-collector/go.sum
  • v1.3.1-etcd.7 go.sum
  • v1.3.2 go.sum
  • v1.3.3 go.sum
  • v1.3.5 go.sum
  • v1.3.6 go.sum

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

luthersystems/sandbox
End-to-end "hello world" application on the Luther Platform.
  • v1.3.2 go.sum

Size: 473 KB - Last synced: 15 days ago - Pushed: 15 days ago

spolti/kie-cloud-operator Fork of kiegroup/kie-cloud-operator
OCP Operator for KIE
  • v1.3.2 go.sum
  • v1.3.3 go.sum
  • v1.3.4 go.sum
  • v1.3.6 go.sum

Size: 100 MB - Last synced: 8 months ago - Pushed: 8 months ago

cheqd/tendermint Fork of tendermint/tendermint
⟁ Tendermint Core (BFT Consensus) in Go
  • v1.3.2 go.sum
  • v1.3.3 go.sum
  • v1.3.5 go.sum
  • v1.3.6 go.sum
  • v1.3.6 go.mod

Size: 142 MB - Last synced: 24 days ago - Pushed: over 1 year ago

alicefr/kubevirt Fork of kubevirt/kubevirt
Kubernetes Virtualization API and runtime in order to define and manage virtual machines.
  • v1.3.3 go.sum
  • v1.3.3 staging/src/kubevirt.io/client-go/go.sum

Size: 255 MB - Last synced: 16 days ago - Pushed: 17 days ago

ahmedabu98/beam Fork of apache/beam
Apache Beam is a unified programming model for Batch and Streaming
  • v1.3.3 playground/backend/go.sum
  • v1.3.2 sdks/go.sum
  • v1.3.3 sdks/go.sum
  • v1.3.5 sdks/go.sum

Size: 365 MB - Last synced: 21 days ago - Pushed: 22 days ago

champ-oss/terraform-aws-metabase
  • v1.3.2 test/src/go.sum
  • v1.3.3 test/src/go.sum
  • v1.3.5 test/src/go.sum

Size: 241 KB - Last synced: about 14 hours ago - Pushed: 1 day ago

fahedouch/crossplane-runtime Fork of crossplane/crossplane-runtime
A set of libraries for writing Crossplane controllers.
  • v1.3.2 go.sum
  • v1.3.6 go.sum

Size: 2.37 MB - Last synced: 10 months ago - Pushed: 10 months ago

nakamasato/mysql-operator
Manage MySQL users, databases, schemas, etc.
  • v1.3.2 go.sum
  • v1.3.6 go.sum

Size: 1.34 MB - Last synced: about 10 hours ago - Pushed: about 11 hours ago

HazemBittar/gotestwaf Fork of wallarm/gotestwaf
An open-source project in Golang to test different web application firewalls (WAF) for detection logic and bypasses
  • v1.3.2 go.sum

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

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.
  • v1.3.6 go.mod
  • v1.3.2 go.sum
  • v1.3.3 go.sum
  • v1.3.5 go.sum
  • v1.3.6 go.sum

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

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v1.3.6 go.mod
  • v1.3.3 go.sum
  • v1.3.6 go.sum
  • v1.3.2 operator/go.sum
  • v1.3.3 operator/go.sum
  • v1.3.5 operator/go.sum
  • v1.3.6 operator/go.sum
  • v1.3.2 tools/lambda-promtail/go.sum
  • v1.3.3 tools/lambda-promtail/go.sum
  • v1.3.5 tools/lambda-promtail/go.sum

Size: 168 MB - Last synced: 16 days ago - Pushed: about 1 year ago

overmindtech/stdlib-source
Standard library for global items
  • v1.3.7 go.mod
  • v1.3.7 go.sum

Size: 698 KB - Last synced: about 8 hours ago - Pushed: about 11 hours ago

Team-Kujira/ibc-go Fork of cosmos/ibc-go
Interblockchain Communication Protocol (IBC) implementation in Golang.
  • v1.3.6 e2e/go.mod
  • v1.3.3 e2e/go.sum
  • v1.3.6 e2e/go.sum
  • v1.3.6 go.mod
  • v1.3.3 go.sum
  • v1.3.6 go.sum

Size: 30.2 MB - Last synced: 13 days ago - Pushed: 7 months ago

xpivarc/kubevirt Fork of kubevirt/kubevirt
Kubernetes Virtualization API and runtime in order to define and manage virtual machines.
  • v1.3.2 go.sum
  • v1.3.3 go.sum
  • v1.3.4 go.sum
  • v1.3.5 go.sum
  • v1.3.2 staging/src/kubevirt.io/client-go/go.sum
  • v1.3.3 staging/src/kubevirt.io/client-go/go.sum
  • v1.3.4 staging/src/kubevirt.io/client-go/go.sum
  • v1.3.5 staging/src/kubevirt.io/client-go/go.sum

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

antonyggvzvmnxxcx/linkerd2 Fork of linkerd/linkerd2
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
  • v1.3.2 go.sum
  • v1.3.3 go.sum
  • v1.3.5 go.sum
  • v1.3.6 go.sum

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

jan--f/telemeter Fork of openshift/telemeter
Prometheus push federation
  • v1.3.3 tools/go.sum

Size: 35 MB - Last synced: 11 months ago - Pushed: 11 months ago

rfay/ddev Fork of ddev/ddev
Drud dev: a local development environment management system
  • v1.3.2 go.sum
  • v1.3.3 go.sum

Size: 110 MB - Last synced: about 20 hours ago - Pushed: 1 day ago