#
boltdb
Here are 166 public repositories matching this topic...
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
config
go
docker
cli
golang
template
devops
cloud
consul
vault
templating
sysadmin
boltdb
sysops
devops-tools
codebeat-url
codebeat-image
hacktoberfest
dockerhub-url
microbadger-url
dockerhub-stars
cii-bp-image
gocover-image
cii-bp-url
dockerhub-image
gocover-url
-
Updated
Feb 19, 2022 - Go
RESTful based volume management framework for GlusterFS
kubernetes
golang
rest
openshift
storage
boltdb
negroni
glusterfs
bricks
heketi
glusterfs-volumes
glusterfs-clusters
-
Updated
Nov 30, 2021 - Go
a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more
-
Updated
Jan 31, 2022 - Go
Bot for Prometheus' Alertmanager
-
Updated
Jan 5, 2022 - Go
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
go
redis
golang
memcached
package
library
database
mongodb
simple
consul
key-value
dynamodb
postgresql
cloud-storage
etcd
boltdb
abstraction
bolt
key-value-store
badgerdb
-
Updated
Sep 15, 2021 - Go
Quick and simple file sharing between different devices, built with Go, React and Typescript.
-
Updated
Feb 15, 2022 - TypeScript
URL Shortener written in Golang using Bolt DB or Redis. Provides features such as Deletion, Expiration, OAuth and is of course Dockerizable.
-
Updated
Feb 26, 2021 - Go
Command-line app for viewing BoltDB file in your terminal
-
Updated
Jan 25, 2022 - Go
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
-
Updated
Dec 29, 2018 - Go
boltBrowser is a GUI web-based explorer and editor for boltDB
-
Updated
Jul 3, 2021 - Go
A simple and integrity blockchain implementation in Golang
-
Updated
Aug 13, 2018 - Go
-
Updated
Mar 24, 2020 - Go
Calories Tracker for the Commandline
-
Updated
Aug 10, 2020 - Go
Telegram notification with IPython magics.
bot
golang
telegram
jupyter
telegram-bot
ipython
jupyter-notebook
ipython-notebook
boltdb
ipython-magic
telegram-notification
-
Updated
Jan 3, 2022 - Go
自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book
-
Updated
Jun 22, 2021 - Shell
Yet another simple single-user file-based golang-driven blog engine
-
Updated
Jan 27, 2022 - Go
Compact server implementing xBrowserSync API using Golang and BoltDB
-
Updated
Nov 4, 2018 - Go
Improve this page
Add a description, image, and links to the boltdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the boltdb topic, visit your repo's landing page and select "manage topics."
Calling
db.Drop
when a bucket does not exist returns "bucket not found" and that error is directly from bolt'sbolt.ErrBucketNotFound
, I believe this error should be translated tostorm.ErrNotFound
.