dkv

command module
v0.0.0-...-fba379b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2022 License: GPL-3.0 Imports: 7 Imported by: 0

README

dkv: distributed key-value storage

The idea behind this project is to learn about distributed systems by building a simple key-value storage. I'm not going to be implementing a efficient key-value store from scratch, since I'm going to be using leveldb such that I can focus on making the distributed system.

I'm aiming to make dkv production ready but let's see where it goes!

Buckets

dkb contains a bucket implementation for the underlying database in the bucket/db.go file. This makes creating data replications and other stuff easier without needing to create an additional database. It is quite simple, it takes in a byte identifier name for a bucket and prefixes all the keys with that id.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL