sogo

module
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2023 License: MIT

README

SoGo

Build Status Go Report Card Docs License

Description

Sogo database/document provides a storage abstraction layer for various storage engines with a common configuration struct.

Initially, it's goal is to provide services for simple key value string storage. This use case is very simple but often times you may want to use a different solution depending on your provider, e.g. DynamoDB for AWS, Redis for Heroku, and the local file system for testing.

Supported engines include:

  • DynamoDB
  • Files
  • Redis

`sogo/database/document`` is designed to provide a generic interface to storage engines using a common config and setter/getter interface.

Jump to

Keyboard shortcuts

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