vmware-go-kcl is a vmware originated open-source project for AWS Kinesis Client Library in Go. It has been widely used by many external companies and internally by Carbon Black. vmware-go-kcl-v2 is its companion project by utilizing AWS Go SDK V2 which introduces lots of breaking changes. To keep the repo clean, it is better to have a separated repo vmware-go-kcl-v2 with better golang project structure improvement.
Find a file
Tao Jiang c02b7a85d4 Update unit tests
Signed-off-by: Tao Jiang <taoj@vmware.com>
2021-12-22 22:16:06 -06:00
.github/workflows Update unit tests 2021-12-22 22:16:06 -06:00
_support/scripts add security scan 2021-12-20 21:21:15 -06:00
clientlibrary Update unit tests 2021-12-22 22:16:06 -06:00
internal Update the libray reference path to new repo 2021-12-21 13:49:47 -06:00
logger Update the libray reference path to new repo 2021-12-21 13:49:47 -06:00
test Update unit tests 2021-12-22 22:16:06 -06:00
.gitignore Update unit tests 2021-12-22 22:16:06 -06:00
.gitreview CKL: Initial version for starting repository 2021-12-20 21:13:11 -06:00
CODE_OF_CONDUCT.md Add Code of Conduct template 2021-11-30 23:05:17 +08:00
CONTRIBUTING.md Add DCO text 2021-12-20 21:20:10 -06:00
go.mod Update the libray reference path to new repo 2021-12-21 13:49:47 -06:00
go.sum upgrade packages 2021-12-20 21:21:15 -06:00
LICENSE KCL: Update copyright and permission 2021-12-20 21:16:27 -06:00
Makefile add security scan 2021-12-20 21:21:15 -06:00
README.md Update unit tests 2021-12-22 22:16:06 -06:00

VMWare Go KCL v2

technology Go Go Report Card License: MIT vmware-go-kcl-v2

Overview

VMware-Go-KCL is a native open-source Go library for Amazon Kinesis Data Stream (KDS) consumption. It allows developers to program KDS consumers in lightweight Go language and still take advantage of the features presented by the native KDS Java API libraries.

vmware-go-kcl is a VMWare originated open-source project for AWS Kinesis Client Library in Go. Within VMware, we have seen adoption in vSecureState and Carbon Black. In addition, Carbon Black has contributed to the vmware-go-kcl codebase and heavily used it in the product. Besides, vmware-go-kcl has got recognition, and contributions from the industry.

vmware-go-kcl-v2 is the v2 version of VMWare KCL for the Go programming language by utilizing AWS Go SDK V2.

Try it out

Prerequisites

Build & Run

  1. Initialize Project
  2. Build

make build

  1. Test

make test

Documentation

VMware-Go-KCL matches exactly the same interface and programming model from original Amazon KCL, the best place for getting reference, tutorial is from Amazon itself:

Contributing

The vmware-go-kcl-v2 project team welcomes contributions from the community. Before you start working with vmware-go-kcl-v2, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.

License

MIT License