
Showing 5 of 5 posts


•18 min read
Using Server Sent Events (SSE) to sync Tanstack Db from AWS DynamoDB
Build real-time data synchronization between AWS DynamoDB and TanStack DB using Server-Sent Events. Learn how to stream database changes via DynamoDB Streams, implement SSE endpoints with TanStack Start/Router.

•23 min read
Simple example of TanStack DB with DynamoDB on AWS with multiple entities
Implement a multi-entity data model with TanStack DB and DynamoDB using single table design. Learn how to manage Person, Address, BankAccount, ContactInfo, and Employment entities with ElectroDB and TanStack DB collections. Includes performance optimization with global collections for instant navigation.

