A minimalistic Python wrapper to AWS DynamoDB

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Lucid-Dynamodb

    🗄️ A simple Python wrapper to AWS Dynamodb.

  • It appears this was specifically made for use with IAM key/secrets; you should consider making these optional so that boto3 can pick up the corresponding environment variables itself. And you could also allow for temporary IAM credentials keys+secret+session.

    https://github.com/dineshsonachalam/Lucid-Dynamodb/blob/mast...

  • PynamoDB

    A pythonic interface to Amazon's DynamoDB

  • I've been pretty happy using PynamoDB, an ORM-like wrapper with a straightforward interface:

    https://github.com/pynamodb/PynamoDB

  • 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
  • grand

    Your favorite Python graph libraries, scalable and interoperable. Graph databases in memory, and familiar graph APIs for cloud databases.

  • Hey cool! I'm super curious to hear more about this. I _also_ wrote a pseudo-graph-database on DynamoDB (https://github.com/aplbrain/grand) :) It pretends it's a networkx.Graph, generally, but we also have a Cypher implementation on top of it.

    Would love to chat more about this sometime if you were interested!

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