All Projects → Clever → amazon-kinesis-client-go

Clever / amazon-kinesis-client-go

Licence: other
Amazon Kinesis Client for Go

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to amazon-kinesis-client-go

kines
Friendly CLI for Amazon Kinesis Data Streams
Stars: ✭ 46 (+206.67%)
Mutual labels:  kinesis, kinesis-stream, aws-kinesis
pg2k4j
Postgresql To Kinesis For Java
Stars: ✭ 69 (+360%)
Mutual labels:  kinesis, kinesis-stream
aws-kinesis-consumer
Consume an AWS Kinesis Data Stream to look over the records from a terminal.
Stars: ✭ 23 (+53.33%)
Mutual labels:  kinesis, kinesis-stream
database-journal
Databases: Concepts, commands, codes, interview questions and more...
Stars: ✭ 50 (+233.33%)
Mutual labels:  kinesis
data-migrator
A declarative data-migration package
Stars: ✭ 15 (+0%)
Mutual labels:  kinesis
pg-bifrost
PostgreSQL Logical Replication tool into Kinesis, S3 and RabbitMQ
Stars: ✭ 31 (+106.67%)
Mutual labels:  kinesis
frizzle
The magic message bus
Stars: ✭ 14 (-6.67%)
Mutual labels:  kinesis
Streamalert
StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.
Stars: ✭ 2,634 (+17460%)
Mutual labels:  kinesis
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.
Stars: ✭ 9,895 (+65866.67%)
Mutual labels:  kinesis
auth0-instrumentation
The goal of this package is to make it easier to collect information about our services through logs, metrics and error catching.
Stars: ✭ 18 (+20%)
Mutual labels:  kinesis
gokini
A pure Golang port of the Kinesis Consumer Library
Stars: ✭ 55 (+266.67%)
Mutual labels:  kinesis
kinetic
High-Performance AWS Kinesis Client for Go
Stars: ✭ 20 (+33.33%)
Mutual labels:  kinesis
CloudWatch2S3
Logging infrastructure for exporting all CloudWatch logs from multiple accounts to a single S3 bucket
Stars: ✭ 31 (+106.67%)
Mutual labels:  kinesis
amazon-kinesis-archiver
An AWS Lambda module and node.js library to facilitate Amazon Kinesis archival and replay
Stars: ✭ 29 (+93.33%)
Mutual labels:  kinesis
terraform-aws-lambda
A Terraform module to create AWS Lambda ressources.
Stars: ✭ 40 (+166.67%)
Mutual labels:  kinesis
artillery-engine-kinesis
Experimental AWS Kinesis support for Artillery 🕳
Stars: ✭ 12 (-20%)
Mutual labels:  kinesis
Hello-AWS-Data-Services
Sample code for AWS data service and ML courses on LinkedIn Learning
Stars: ✭ 144 (+860%)
Mutual labels:  kinesis
Trackie
A Chrome extension to enhance debugging of some frequently-used tag management platforms (Google Tag Manager, Tealium, Commanders Act, DTM) in combination with some frequently-used tags (Google Analytics, Google Analytics 4, GA Audiences, Ddm, Criteo, Adobe Analytics/Omniture, Floodlight, Comscore, Facebook, Bluekai, Youbora, Kinesis, Webtrekk, …
Stars: ✭ 23 (+53.33%)
Mutual labels:  kinesis
twitter
A serverless social network that's under development with some cool stuff, such as Serverless Framework, AppSync, GraphQL, Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
Stars: ✭ 29 (+93.33%)
Mutual labels:  kinesis-stream
kcl-timetable
Utilities in Python3 to fetch the KCL Timetable for a user, or export it as iCalendar (*.ics for Google or Apple)!
Stars: ✭ 14 (-6.67%)
Mutual labels:  kcl

amazon-kinesis-client-go

A port of amazon-kinesis-client-python to Go.

Running the Consumer

Edit the file consumer.properties to point at a Kinesis stream that has some data. Build the consumer binary:

make build

Then run:

make run

This will download the jar files necessary to run the KCL, and then launch the KCL communicating with the consumer binary.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].