kube-sqlite3-vfs

command module
v0.0.0-...-906cd45 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2023 License: MIT Imports: 14 Imported by: 0

README

kube-sqlite3-vfs

sqlite3 using kubernetes as the backing storage

How it works

Creates a set of configmaps per file requested, which is named a base32 encoding of the filename the namespace contains a configmap called "lockfile" which contains the lock information a series of configmaps named which contain up to 64kB of data each

namespaces all labelled with "kube-sqlite3-vfs": "used" to ease cleanup

Configmap names can be 253 characters long after encoding

WARNINGS

This is really very slow, and using an in memory journal so is very likely to corrupt your data!

TODO

  • have filesize be O(1) rather than O(n)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
db-create command
db-download command
db-upload command
file-create command
pkg
vfs

Jump to

Keyboard shortcuts

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