ccdb

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

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

Go to latest
Published: Jan 31, 2024 License: MIT Imports: 11 Imported by: 0

README

ccdb

Case Context Database

What the what?

A redis wire compatible, disk backed, data store. Basically if you run it from an nvme cloud instance it's fast enough for most use cases.

Why?

Sometimes I want to use redis but I don't have enough memory for it. There are other projects that are similar to this one, but I wanted to try my hand at it.

Where to use:

  • Development
  • Places where writes are ok to be slow

Notes

An example config is included, those are the only three options right now.

docker

docker build -t ccdb:dev .
docker container run -p 6379:6969 ccdb:dev

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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