Show HN: I built an SQL layer for a NoSQL database
Category: infrastructure
Tags: sql, dynamodb, query-layer
Score: 7.3/10 (Innovation: 7, Technical: 8, Documentation: 3, Utility: 7)
DynamoSQL provides an ANSI SQL layer over DynamoDB, handling index selection and client-side joins to overcome DynamoDB's query limitations. It addresses a significant pain point for developers working with DynamoDB by enabling complex SQL queries without schema migration.
Target audience: backend devs, data engineers
View on Hacker News