blobby

module
v0.0.0-...-2bf1e3b Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: Apache-2.0

README

Blobby


Blobby is a lightweight binary blob store designed to make inserting data extremely cheap and simple while making fetches of that data support full auditing. Blobby was intended to work with small objects but will work just as well with very large binary blobs. Blobby will bundle writes into AWS S3 in order to reduce overall cost of operations and improve performance which means that it can also be used as an object aggregator much like AWS Fire Hose.

License

Blobby is released under the Apache 2.0 license. (See the LICENSE file)

Packaging/Deployment

Directories

Path Synopsis
cmd
remotes
Implements storage.Remote in a way that works with the existing httpserver package.
Implements storage.Remote in a way that works with the existing httpserver package.
internal
compat
Implements and wraps functionality that was added in later releases of golang in order to ensure that this package will still build with older releases.
Implements and wraps functionality that was added in later releases of golang in order to ensure that this package will still build with older releases.
fid

Jump to

Keyboard shortcuts

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