{"id":18512825,"url":"https://github.com/vmware/vmware-go-kcl-v2","last_synced_at":"2025-09-02T11:38:57.090Z","repository":{"id":45118463,"uuid":"433475083","full_name":"vmware/vmware-go-kcl-v2","owner":"vmware","description":"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.","archived":false,"fork":false,"pushed_at":"2024-08-15T19:02:07.000Z","size":332,"stargazers_count":24,"open_issues_count":18,"forks_count":17,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T00:07:01.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-11-30T15:05:11.000Z","updated_at":"2025-01-23T14:39:00.000Z","dependencies_parsed_at":"2024-03-05T03:26:24.164Z","dependency_job_id":"30870526-54d5-433f-a0bf-81b253b4fc81","html_url":"https://github.com/vmware/vmware-go-kcl-v2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvmware-go-kcl-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvmware-go-kcl-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvmware-go-kcl-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvmware-go-kcl-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware","download_url":"https://codeload.github.com/vmware/vmware-go-kcl-v2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247992570,"owners_count":21029921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T15:35:36.134Z","updated_at":"2025-04-09T06:32:18.528Z","avatar_url":"https://github.com/vmware.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VMWare Go KCL v2\n\n![technology Go](https://img.shields.io/badge/technology-go-blue.svg)\n[![Go Report Card](https://goreportcard.com/badge/github.com/vmware/vmware-go-kcl-v2)](https://goreportcard.com/report/github.com/vmware/vmware-go-kcl-v2)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![vmware-go-kcl-v2](https://github.com/vmware/vmware-go-kcl-v2/actions/workflows/vmware-go-kcl-v2-ci.yml/badge.svg)](https://github.com/vmware/vmware-go-kcl-v2/actions/workflows/vmware-go-kcl-v2-ci.yml)\n\n## Overview\n\nVMware-Go-KCL-V2 is a native open-source Go library for Amazon Kinesis Data Stream (KDS) consumption. It allows developers\nto program KDS consumers in lightweight Go language and still take advantage of the features presented by the native\nKDS Java API libraries.\n\n[vmware-go-kcl-v2](https://github.com/vmware/vmware-go-kcl-v2) is a VMWare originated open-source project for AWS Kinesis\nClient Library in Go. Within VMware, we have seen adoption in vSecureState and Carbon Black. In addition, Carbon Black\nhas contributed to the vmware-go-kcl codebase and heavily used it in the product. Besides,\n[vmware-go-kcl-v2](https://github.com/vmware/vmware-go-kcl-v2) has got\n[recognition](https://www.linkedin.com/posts/adityakrish_vmware-go-kcl-a-native-open-source-go-programming-activity-6810626798133616640-B6W8/),\nand [contributions](https://github.com/vmware/vmware-go-kcl-v2/graphs/contributors) from the industry.\n\n`vmware-go-kcl-v2` is the v2 version of VMWare KCL for the Go programming language by utilizing [AWS Go SDK V2](https://github.com/aws/aws-sdk-go-v2).\n\n## Try it out\n\n### Prerequisites\n\n* [aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)\n* The v2 SDK requires a minimum version of `Go 1.17`.\n* [gosec](https://github.com/securego/gosec)\n\n### Build \u0026 Run\n\n1. Initialize Project\n\n2. Build\n    \u003e `make build`\n\n3. Test\n    \u003e `make test`\n\n## Documentation\n\nVMware-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:\n\n* [Developing Consumers Using the Kinesis Client Library](https://docs.aws.amazon.com/streams/latest/dev/developing-consumers-with-kcl.html)\n* [Troubleshooting](https://docs.aws.amazon.com/streams/latest/dev/troubleshooting-consumers.html)\n* [Advanced Topics](https://docs.aws.amazon.com/streams/latest/dev/advanced-consumers.html)\n\n## Contributing\n\nThe vmware-go-kcl-v2 project team welcomes contributions from the community. Before you start working with vmware-go-kcl-v2, please\nread our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be\nsigned as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on\nas an open-source patch. For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fvmware-go-kcl-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware%2Fvmware-go-kcl-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fvmware-go-kcl-v2/lists"}