single-table-design
There are 25 repositories under single-table-design topic.
tywalch/electrodb
A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
typedorm/typedorm
Strongly typed ORM for DynamoDB - Built with the single-table-design pattern in mind.
3mcloud/falcano
A pythonic interface to Amazon's DynamoDB for single-table design
abelperezok/DynamoDB-BaseRepository
C# .NET Core implementation of the repository pattern using DynamoDB using single table and hierarchical data modelling approach
Dynobase/single-table-models
Collection of reference single-table models for DynamoDB helping you design your models and access patterns
build-on-aws/aws-lambda-and-cqrs-a-winning-combination
Command-Query Responsibility Segregation (CQRS) is often presented as a pattern focused on scaling by separating reads and writes. However, this is an architecture-level pattern that has nothing to do with infrastructure. At AWS re:Invent 2023 session (BOA211) we explored the right way of combining AWS Lambda and CQRS together.
JasonCraftsCode/dynamodb-datamodel
DynamoDB single table design in javascript and typescript made easy.
aisflat439/seven-single-tables
A set of practice problems for single table design
onhate/nest-onetable
A convenient way to integrate the power of DynamoDB OneTable with NestJS applications. It simplifies the process of creating and working with DynamoDB tables using the OneTable library within your NestJS modules.
aag1024/dynamo-bao
Simple powerful data modeling primitives for DynamoDB in JavaScript.
fernandotimm/dynamodb-single-table-demo
Demo created to showcase the modeling of DynamoDB using the Single-Table design.
fabiosenracorrea/dynamodb-provider
Fast Develop for DynamoDB with this type-safe & single-table awareness library!
dmcd/app-sync-demo
A demo application using AWS Appsync, DynamoDB, and NextJS
Krusty-Krab-IT/krabber-net
A Twitter clone inspired by crabs. Built with GoLang (Go), HTMX, and DynamoDB with a single table design (ouch).
stacksjs/dynamodb-tooling
🛠️ A simple local DynamoDB API. Without the need for Docker.
ferdingler/dynamodb-single-table
An experiment to test the Single Table design pattern in DynamoDB in comparison to a Multi Table one.
gary-alway/sir-learn-a-lot
Lambda GraphQl API with a single table DynamoDb data store for an online learning platform.
JasonCraftsCode/dynamodb-datamodel-examples
Work examples using dynamodb-datamodel
juranki/gonetable
Experimental utility for handling composite keys with single-table design.
AndreasCaldewei/dynamometer
Enforces single table design on your DynamoDB queries in an elegant way.
dji03120/SQL-Practice
Practice SQL using PostgreSQL
idrsdev/dynamo-opensearch-sync
Sync DynamoDB with OpenSearch in near real-time using DynamoDB(Single Table Design) Streams (CDC) and AWS Lambda for seamless data updates and searchability
Pipefehecar/pets-fastify
Easy backend with fastify, made to understand single table design pattern.
saapless/appsync-graphql-api
AWS CDK Construct and utilities for building GraphQL apis using AppSync