68 skills found · Page 1 of 3
jet / Equinox.NET event sourcing library with CosmosDB, DynamoDB, EventStoreDB, message-db, SqlStreamStore and integration test backends. Focused at stream level; see https://github.com/jet/propulsion for cross-stream projections/subscriptions/reactions
awslabs / Dynamodb Cross Region LibraryA library to facilitate cross-region replication with Amazon DynamoDB Streams.
jet / Propulsion.NET event stream projection and scheduling platform with CosmosDB, DynamoDB, EventStoreDB, MemoryStore, message-db, Equinox and Kafka integrations
markitx / Dynamo Backup To S3Stream DynamoDB backups to S3
aws-samples / Reactive Refarch CloudformationReactive Microservices Architectures with Amazon ECS, AWS Lambda, Amazon Kinesis Streams, Amazon ElastiCache, and Amazon DynamoDB
matrus2 / Dynamodb Stream ElasticsearchMissing blueprint for AWS Lambda. Reads stream from AWS DynamoDB and writes it to ElasticSearch.
awslabs / Dynamodb Streams Kinesis AdapterThe Amazon DynamoDB Streams Adapter implements the Amazon Kinesis interface so that your application can use KCL to consume and process data from a DynamoDB stream.
amazon-archives / Logstash Input DynamodbThis input plugin for Logstash scans a specified DynamoDB table and then reads changes to a DynamoDB table from the associated DynamoDB Stream.This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline. This gem is not a stand-alone program.
jeremydaly / Dynamodb Streams ProcessorA simple tool to help process DynamoDB Streams
snowplow-archive / Spark Streaming Example ProjectA Spark Streaming job reading events from Amazon Kinesis and writing event counts to DynamoDB
amazon-archives / Aws Dynamodb Stream Eventbridge FanoutThis is a serverless application that forwards events from a DynamoDB stream to an Amazon EventBridge event bus.
aws-samples / Amazon Msk Java App CdkThis project provides and example of end to end data processing application created using the combination of Amazon Managed Streaming for Apache Kafka (Amazon MSK), AWS Fargate, AWS Lambda and Amazon DynamoDB. Business logic is implemented in Java and Typescript. The build and deployment of the application is fully automated using AWS CDK.
ironSource / Node Dynamodb StreamA wrapper around low level aws sdk that makes it easy to consume a dynamodb-stream
tradle / Multi HyperbeeA LevelUP compatible leaderless multi-master database with eventual consistency, using hyperbee + CRDT + HLC. Similarly CockroachDB achieves replication on top of RocksDB, but here it is a pure P2P **streaming** database, with zero central management. LevelDB compatibility allows to use Dynalite on top to achieve DynamoDB compatibility with sophisticated auto-updated secondary indexes, and fairly complex queries. Work on Dynalite is almost completed to remove HTTP server, to make this combination perfect for serverless.
urakozz / Go Dynamodb Stream SubscriberGo channel for streaming Dynamodb Updates
miztch / Valorant Match Schedule📅 competitive Valorant match schedule for Google Calendar
pmuens / Serverless Dynamodb StreamsServerless service to showcase DynamoDB stream support
emmkong / Serverless Plugin Offline Dynamodb StreamServerless Plugin for emulating dynamodb stream triggering lambda functions offline
jed / Dynamo StreamsA stream-flavored wrapper for the AWS DynamoDB JavaScript API
rehanvdm / DynamoDBImporterDemonstrating DynamoDBs high throughput rate, by writing 1 million records in 60 seconds with a single Lambda function streaming from a S3 file and then importing into DynamoDB using the Batch API