Dynamodb

Open-source projects categorized as Dynamodb

Top 23 Dynamodb Open-Source Projects

  • awesome-aws

    A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.

  • serverless-express

    Run Express and other Node.js frameworks on AWS Serverless technologies such as Lambda, API Gateway, Lambda@Edge, and more.

  • Project mention: [Open source] Serverless Express Starter Kit with CI/CD on AWS | /r/expressjs | 2023-09-07

    After building out a GPT powered endpoint, I wanted a low cost way of hosting it. At the time, I came across the serverless-express project https://github.com/vendia/serverless-express/tree/mainline, but no actual starter kits that would allow me to deploy it.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • tbls

    tbls is a CI-Friendly tool for document a database, written in Go.

  • Project mention: FLaNK 25 December 2023 | dev.to | 2023-12-26
  • rate-limiter-flexible

    Atomic counters and rate limiting tools. Limit resource access at any scale.

  • Project mention: API Limiting: Best Practices and Implementation | dev.to | 2023-05-01

    Implementing API rate limiting in your Node.js project is an important step toward maintaining the stability and reliability of your application. With the use of packages like express-rate-limit or rate-limiter-flexible, you can easily set limits on requests and prevent abuse of your API by malicious users.

  • aws-sdk-js-v3

    Modularized AWS SDK for JavaScript.

  • Project mention: AWS SDK v3 + DAX | /r/aws | 2023-05-03

    From this GitHub issue and this one from 2021 it seems like AWS just doesn't care about this - so, asking here if anyone knows of a workaround (other than "just keep using v2"... that's not a long-term solution), or if any AWS devs can shed some light on the situation.

  • PynamoDB

    A pythonic interface to Amazon's DynamoDB

  • serverless

    This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included. (by cdk-patterns)

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

    Dynamoose is a modeling tool for Amazon's DynamoDB

  • Project mention: I have a question about creating an NPM package with submodules | /r/node | 2023-12-09
  • dynamodb-toolbox

    A simple set of tools for working with Amazon DynamoDB and the DocumentClient

  • Project mention: [UPDATED] The DynamoDB-Toolbox v1 beta is here 🙌 All you need to know! | dev.to | 2023-10-09

    One of them was that it had originally been coded in JavaScript. Although Jeremy rewrote the source code in TypeScript in 2020, it didn't handle type inference, a feature that I eventually came to implement myself in the v0.4.

  • lambda-refarch-webapp

    The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.

  • requests-cache

    Transparent persistent cache for python requests

  • dynamo

    expressive DynamoDB library for Go (by guregu)

  • serverless-appsync-plugin

    serverless plugin for appsync

  • electrodb

    A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.

  • Project mention: Show HN: ElectroDB – I made a library to simplify complex DynamoDB techniques | news.ycombinator.com | 2023-11-28
  • tigris

    Tigris is an Open Source Serverless NoSQL Database and Search Platform.

  • Project mention: How to use fly.io and Tigris to deploy a Next.js app | dev.to | 2024-04-02

    You can learn more about fly.io and tigris, we will need to create an account on both platforms for this project regardless. Anyway with the theory out of the way let's get started in the next section as we create our accounts and start building the app.

  • testcontainers-spring-boot

    Container auto-configurations for Spring Boot based integration tests

  • mouthful

    Mouthful is a self-hosted alternative to Disqus

  • dazn-lambda-powertools

    Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.

  • go-gin-boilerplate

    A starter project with Golang, Gin and DynamoDB

  • gokv

    Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)

  • Project mention: Map of Golang Key Value Engines | news.ycombinator.com | 2024-01-21

    Really great overview!

    I've been tracking some of them for a while as part of evaluating which ones to add to my key-value abstraction library gokv [1], but others only noticed recently. It's really interesting that there's no single most popular implementation, but new ones emerging and gaining popularity regularly.

    [1] https://github.com/philippgille/gokv

  • dynamodb-onetable

    DynamoDB access and management for one table designs with NodeJS

  • Project mention: CustomMetrics -- Simple, Cost-Effective Metrics for AWS | dev.to | 2023-09-19

    SenseDeep can be used to view CustomMetrics graphs and data. You can also create alarms and receive alert notifications based on CustomMetric data expressions.

  • serverless-dynamodb-local

    Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless

  • dynamoid

    Ruby ORM for Amazon's DynamoDB.

  • Project mention: Building a Christmas-Themed Chatbot: My ServerlessGuru Hackathon Journey | dev.to | 2023-12-17

    To interact with the Dynamodb table I used a gem called dynamoid. I created a Connection model in order to use it like Connection.create(connection_id) and Connection.find(connectionId).delete.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Dynamodb related posts

Index

What are some of the best open-source Dynamodb projects? This list will help you:

Project Stars
1 awesome-aws 12,147
2 serverless-express 5,055
3 tbls 3,068
4 rate-limiter-flexible 2,871
5 aws-sdk-js-v3 2,854
6 PynamoDB 2,372
7 serverless 2,215
8 dynamoose 2,130
9 dynamodb-toolbox 1,731
10 lambda-refarch-webapp 1,575
11 requests-cache 1,254
12 dynamo 1,245
13 serverless-appsync-plugin 949
14 electrodb 913
15 tigris 885
16 testcontainers-spring-boot 829
17 mouthful 759
18 dazn-lambda-powertools 731
19 go-gin-boilerplate 716
20 gokv 666
21 dynamodb-onetable 660
22 serverless-dynamodb-local 624
23 dynamoid 566

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com