Building successful transactional applications on DynamoDB

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dynaglue

    Make DynamoDB single-table designs easier to query and update

    As a result, I developed dynaglue for this purpose, and highly recommend the use of something like it when developing with DynamoDB (alternatives I've seen include DynamoDB Toolbox, TypeORM and DynamoDB OneTable).

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • dynamodb-toolbox

    Lightweight and type-safe query builder for DynamoDB and TypeScript

    As a result, I developed dynaglue for this purpose, and highly recommend the use of something like it when developing with DynamoDB (alternatives I've seen include DynamoDB Toolbox, TypeORM and DynamoDB OneTable).

  • typedorm

    Strongly typed ORM for DynamoDB - Built with the single-table-design pattern in mind.

    As a result, I developed dynaglue for this purpose, and highly recommend the use of something like it when developing with DynamoDB (alternatives I've seen include DynamoDB Toolbox, TypeORM and DynamoDB OneTable).

  • If working in JavaScript, the ajv library provides fast and compliant JSON-schema validation. You can declare your schemas in code and run them just before writing to your DynamoDB table.

  • nanoid

    A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript

    If time-series ordering is not important to you, functions like nanoid can achieve much of the same outcomes without needing to worry about hash collisions (and while being URL-friendly too).

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • CustomMetrics -- Simple, Cost-Effective Metrics for AWS

    3 projects | dev.to | 19 Sep 2023
  • An in-depth comparison of the most popular DynamoDB wrappers

    3 projects | dev.to | 21 Mar 2023
  • How to debug serverless apps

    2 projects | dev.to | 28 Mar 2022
  • TypeSafe type definitions for the AWS DynamoDB API

    3 projects | /r/aws | 8 Feb 2022
  • Show HN: Lightweight and type-safe query builder for DynamoDB

    1 project | news.ycombinator.com | 16 Aug 2024

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?