From 5914331afa978580518d7d6e8711531899672628 Mon Sep 17 00:00:00 2001 From: fogfish Date: Mon, 19 Feb 2024 00:40:25 +0200 Subject: [PATCH] Add dynamo - key-value abstraction over AWS services (#5185) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a970b574..ed702dc7 100644 --- a/README.md +++ b/README.md @@ -809,6 +809,7 @@ _Libraries for building and using SQL._ - [cayley](https://github.com/google/cayley) - Graph database with support for multiple backends. - [dsc](https://github.com/viant/dsc) - Datastore connectivity for SQL, NoSQL, structured files. +- [dynamo](https://github.com/fogfish/dynamo) - A simple key-value abstraction to store algebraic and linked-data data types at AWS storage services: AWS DynamoDB and AWS S3. - [go-transaction-manager](https://github.com/avito-tech/go-transaction-manager) - Transaction manager with multiple adapters (sql, sqlx, gorm, mongo, ...) controls transaction boundaries. - [gokv](https://github.com/philippgille/gokv) - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more).