Optimistic Locking with Version Number in DynamoDB?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aws-sdk-go

    AWS SDK for the Go programming language.

  • I found this issue from 2015 that was closed as Won't Fix in 2019, so it doesn't seem likely.

  • /u/plan_x64's comment is right on the money. I've implemented version-based optimistic locking in DDB with Go for a couple of projects. Unfortunately, the only one I'm free to share is also the most confusingly-written and undocumented of the bunch, since it's a personal project. :) But, here: https://gitlab.com/kintar1900/astropath-api/-/blob/master/datastore/dynamodb/dynamodbrepo.go

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dynastorev2

    This package provides a CRUD store for AWS DynamoDB

  • I am building out a new version of an existing library I have which implements optimistic locking with Go and AWS SDK v2. https://github.com/wolfeidau/dynastorev2

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

  • my first go project, a CLI application to store IP addresses

    2 projects | /r/golang | 12 Jul 2023
  • Send an Email through AWS SES with GoLang

    1 project | dev.to | 5 May 2023
  • S3 upload with progress

    2 projects | /r/golang | 4 Feb 2023
  • Background process in Lambda using SQS

    3 projects | dev.to | 20 Nov 2022
  • Node.js 18 support in Lambda added to Go SDK

    1 project | /r/aws | 17 Nov 2022