Ecosyste.ms: Repos

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

Package Usage: go: github.com/boltdb/bolt

Package bolt 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.
5 versions
Latest release: almost 7 years ago
3,144 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/boltdb/bolt

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/boltdb%2Fbolt

Dependent Repos 17,237

ffuf-glanz/terraform-provider-azuredevops Fork of feilfeilundfeil/terraform-provider-azuredevops
Terraform provider for Azure DevOps
  • v1.3.1 go.sum

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

xav-b/crypto-stuff
Tinkering around
  • v1.3.1 building-blockchain-in-go/go.mod
  • v1.3.1 building-blockchain-in-go/go.sum
  • v1.3.1 streaming-ethereum-on-chain-data-to-questdb/go.sum

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

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.
  • v1.3.1 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.1 go.sum
  • v1.3.1 tools/lambda-promtail/go.sum

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

DistributedBlocks/solarbankerscoin_26.0
  • 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8 Gopkg.lock
  • 1.0.0 Gopkg.toml

Size: 14.5 MB - Last synced: 16 days ago - Pushed: over 1 year ago

SolarBankers/SolarNode0_24
  • 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8 Gopkg.lock
  • 1.0.0 Gopkg.toml

Size: 36.9 MB - Last synced: 4 months ago - Pushed: over 1 year ago

braveheart12/Skycoin
  • 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8 Gopkg.lock
  • 1.0.0 Gopkg.toml

Size: 74.3 MB - Last synced: 9 months ago - Pushed: over 1 year ago

DistributedBlocks/SLBNODE_2
  • 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8 Gopkg.lock
  • 1.0.0 Gopkg.toml

Size: 36.9 MB - Last synced: 16 days ago - Pushed: over 1 year ago

rancher-max/rancher Fork of rancher/rancher
Complete container management platform
  • v1.3.1 cmd/rancherd/go.sum
  • v1.3.1 go.sum

Size: 131 MB - Last synced: 29 days ago - Pushed: 29 days ago

jrivera-px/operator Fork of libopenstorage/operator
Storage operator for Kubernetes
  • v1.3.1 go.sum

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

slachiewicz/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v1.3.1 extensions/camel-k/generator-v1/go.sum
  • v1.3.1 extensions/chaosmesh/generator/go.sum
  • v1.3.1 extensions/knative/generator/go.sum
  • v1.3.1 extensions/tekton/generator-v1beta1/go.sum

Size: 466 MB - Last synced: 6 days ago - Pushed: 7 days ago

influxdata/influxdb-observability
  • v1.3.1 tests-integration/go.sum

Size: 2.21 MB - Last synced: 18 days ago - Pushed: 18 days ago

LATOKEN/bridge-backend-service
  • v1.3.1 src/go.sum

Size: 449 KB - Last synced: 4 months ago - Pushed: over 1 year ago

kubernetes-sigs/cluster-api-provider-nested
Cluster API Provider for Nested Clusters
  • v1.3.1 virtualcluster/pkg/vn-agent/server/test/go.sum

Size: 3.04 MB - Last synced: about 12 hours ago - Pushed: 21 days ago

manish8561/go_microservice
go_microservice with grpc
  • v1.3.1 farm/go.sum

Size: 1.38 MB - Last synced: 7 months ago - Pushed: 8 months ago

leoluz/argo-rollouts Fork of argoproj/argo-rollouts
Progressive Delivery for Kubernetes
  • v1.3.1 go.sum

Size: 25.8 MB - Last synced: 24 days ago - Pushed: about 1 year ago

dreamer-zq/cosmos-sdk Fork of cosmos/cosmos-sdk
:chains: A Framework for Building High Value Public Blockchains :sparkles:
  • v1.3.1 go.sum

Size: 217 MB - Last synced: 24 days ago - Pushed: 7 months ago

millicent-money/cosmos-sdk
  • v1.3.1 go.sum

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

david-yu/consul Fork of hashicorp/consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
  • v1.3.1 go.sum

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

elisasre/kops-autoscaler-openstack
Provide AutoScalingGroup capability to OpenStack Kops
  • v1.3.1 go.sum

Size: 17.4 MB - Last synced: about 23 hours ago - Pushed: 2 days ago

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

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

vinted/prometheus Fork of prometheus/prometheus
The Prometheus monitoring system and time series database.
  • v1.3.1 documentation/examples/remote_storage/go.sum

Size: 161 MB - Last synced: 7 days ago - Pushed: 8 days ago

mclarke47/argo-rollouts Fork of argoproj/argo-rollouts
Progressive Delivery for Kubernetes
  • v1.3.1 go.sum

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

codeboten/opentelemetry-lambda Fork of open-telemetry/opentelemetry-lambda
  • v1.3.1 collector/go.sum

Size: 1.59 MB - Last synced: 7 months ago - Pushed: 7 months ago

VibrentHealth/keycloak-operator Fork of keycloak/keycloak-operator
A Kubernetes Operator based on the Operator SDK for syncing resources in Keycloak
  • v1.3.1 go.sum

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

overline-mining/gool
it's scary
  • v1.3.1 go.sum

Size: 877 KB - Last synced: 5 months ago - Pushed: 5 months ago

metallb/metallb-operator
MetalLB Operator for deploying metallb
  • v1.3.1 go.sum

Size: 16.7 MB - Last synced: 26 days ago - Pushed: 27 days ago

kare/ewallet
Go program that generates Ethereum private key, public key and address
  • v1.3.1 go.sum

Size: 85 KB - Last synced: 23 days ago - Pushed: 4 months ago

akram/origin Fork of openshift/origin
Enterprise Kubernetes for Developers
  • v1.3.1 go.mod
  • v1.3.1 go.sum

Size: 1.16 GB - Last synced: about 19 hours ago - Pushed: 1 day ago

sknot-rh/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v1.3.1 extensions/camel-k/generator-v1/go.sum
  • v1.3.1 extensions/chaosmesh/generator/go.sum
  • v1.3.1 extensions/knative/generator/go.sum
  • v1.3.1 extensions/tekton/generator-v1beta1/go.sum

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

tts-tblock/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v1.3.1 extensions/camel-k/generator-v1/go.sum
  • v1.3.1 extensions/chaosmesh/generator/go.sum
  • v1.3.1 extensions/knative/generator/go.sum
  • v1.3.1 extensions/open-cluster-management/generator-agent/go.sum
  • v1.3.1 extensions/open-cluster-management/generator-apps/go.sum
  • v1.3.1 extensions/open-cluster-management/generator-observability/go.sum
  • v1.3.1 extensions/open-cluster-management/generator-operator/go.sum
  • v1.3.1 extensions/tekton/generator-v1beta1/go.sum

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

iBridge-up/ibridge-node
  • v1.3.1 go.sum

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

digitalbitbox/bitbox-wallet-app
The BitBoxApp for desktop and mobile.
  • v1.3.1 go.sum

Size: 267 MB - Last synced: 24 days ago - Pushed: 25 days ago

trustbloc/auth 📦
Authorization Server
  • v1.3.1 test/bdd/mock/loginconsent/go.sum

Size: 2.24 MB - Last synced: 2 months ago - Pushed: about 1 year ago

erda-project/kubeprober
Large-scale Kubernetes cluster diagnostic tool.
  • v1.3.1 go.sum

Size: 268 MB - Last synced: 24 days ago - Pushed: 4 months ago

bugsnag/terraform-provider-chef Fork of hashicorp/terraform-provider-chef
Terraform Chef provider
  • v1.3.1 go.sum

Size: 5.66 MB - Last synced: about 1 month ago - Pushed: almost 2 years ago

stakemachine/graph-indexer-cli
The Graph Indexer CLI
  • v1.3.1 go.sum

Size: 201 KB - Last synced: 10 months ago - Pushed: about 1 year ago

longhorn/upgrade-responder
Upgrade responder for Longhorn
  • v1.3.1 go.sum

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

tokend/go-substrate-rpc-client
  • v1.3.1 go.sum

Size: 1.64 MB - Last synced: 10 months ago - Pushed: over 1 year ago

kurtosis-tech/zz-deprecated_kurtosis-onboarding-experience 📦
  • v1.3.1 go.sum

Size: 171 KB - Last synced: 20 days ago - Pushed: over 1 year ago

fragmentsh/ssv Fork of bloxapp/ssv
Secret-Shared-Validator(SSV) for ethereum staking
  • v1.3.1 go.sum

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

kubesphere/notification-manager
K8s native notification management with multi-tenancy support
  • v1.3.1 sidecar/kubesphere/3.1.0/go.sum
  • v1.3.1 sidecar/kubesphere/3.2.0/go.sum

Size: 2.23 MB - Last synced: 26 days ago - Pushed: about 1 month ago

Paperspace/csi-driver-nfs Fork of kubernetes-csi/csi-driver-nfs 📦
This driver allows Kubernetes to access NFS server on Linux node.
  • v1.3.1 go.sum

Size: 21.6 MB - Last synced: 25 days ago - Pushed: almost 2 years ago

swimricky/wormhole Fork of wormhole-foundation/wormhole
Certus One's reference implementation for the Wormhole blockchain interoperability protocol.
  • v1.3.1 clients/eth/go.sum
  • v1.3.1 event_database/cloud_functions/go.sum
  • v1.3.1 event_database/functions_server/go.sum
  • v1.3.1 node/go.sum
  • v1.3.1 third_party/abigen-celo/go.sum

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

mprahl/config-policy-controller Fork of stolostron/config-policy-controller
Configuration policy controller
  • v1.3.1 go.sum

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

truenas/k3s Fork of k3s-io/k3s
Lightweight Kubernetes
  • v1.3.1 go.sum

Size: 546 MB - Last synced: 3 months ago - Pushed: 3 months ago

bianjieai/ethermint Fork of evmos/ethermint
Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
  • v1.3.1 go.sum

Size: 39.2 MB - Last synced: 21 days ago - Pushed: 21 days ago

blrm/osde2e Fork of openshift/osde2e
Repository of e2e test plumbing for OpenShift Dedicated
  • v1.3.1 go.sum

Size: 431 MB - Last synced: almost 1 year ago - Pushed: about 1 year ago

jeschkies/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v1.3.1 go.sum
  • v1.3.1 tools/lambda-promtail/go.sum

Size: 199 MB - Last synced: 23 days ago - Pushed: 25 days ago

grassrootseconomics/ge-dw-admin
CLI for admin DW operations
  • v1.3.1 go.sum

Size: 4.08 MB - Last synced: 26 days ago - Pushed: about 1 year ago

willkutler/governance-policy-spec-sync Fork of stolostron/governance-policy-spec-sync
  • v1.3.1 go.sum

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

alrs/magma Fork of magma/magma
Platform for building access networks and modular network services
  • v1.3.1 cwf/k8s/cwf_operator/go.sum

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

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

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

Tessg22/osde2e Fork of openshift/osde2e
Repository of e2e test plumbing for OpenShift Dedicated
  • v1.3.1 go.sum

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

chf007/argo-workflows Fork of argoproj/argo-workflows
Workflow engine for Kubernetes
  • v1.3.1 go.sum

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

mr-miles/consul Fork of hashicorp/consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
  • v1.3.1 go.sum

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

Senyoret1/skycoin Fork of skycoin/skycoin
Skycoin Core and Wallet
  • v1.3.1 go.mod
  • v1.3.1 go.sum

Size: 96.5 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

DelineaXPM/terraform-provider-dsv
A Terraform Provider for Delinea DevOps Secrets Vault
  • v1.3.1 go.sum

Size: 8.41 MB - Last synced: about 9 hours ago - Pushed: about 15 hours ago

realtakahashi/chainbridge-core-example
  • v1.3.1 go.sum

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

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

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

strangelove-ventures/lens 📦
⚛️❤️👁 Brought to you by the LensCrafters
  • v1.3.1 go.sum

Size: 18.4 MB - Last synced: 27 days ago - Pushed: 10 months ago

coinbase/mesh-ethereum
Ethereum Rosetta API Implementation
  • v1.3.1 go.sum

Size: 917 KB - Last synced: 26 days ago - Pushed: 9 months ago

openshift/csi-external-snapshotter Fork of kubernetes-csi/external-snapshotter
Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
  • v1.3.1 go.sum

Size: 70.3 MB - Last synced: 30 days ago - Pushed: about 1 month ago

juanmanuel-tirado/terraform-provider-juju Fork of juju/terraform-provider-juju
A Terraform provider for Juju
  • v1.3.1 go.mod

Size: 638 KB - Last synced: 11 months ago - Pushed: 11 months ago

xyephy/rosetta-whive
  • v1.3.1 go.sum

Size: 479 KB - Last synced: 24 days ago - Pushed: 11 months ago

Djadih/go-quai-stratum Fork of dominant-strategies/go-quai-stratum
  • v1.3.1 go.sum

Size: 321 KB - Last synced: 27 days ago - Pushed: 27 days ago

onflow/rosetta
Rosetta implementation for the Flow blockchain
  • v1.3.1 go.sum

Size: 453 KB - Last synced: 26 days ago - Pushed: 3 months ago