Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/90poe/connectctl
A kafka connect util
https://github.com/90poe/connectctl
golang kafka-connect kafka-connector
Last synced: 3 months ago
JSON representation
A kafka connect util
- Host: GitHub
- URL: https://github.com/90poe/connectctl
- Owner: 90poe
- License: apache-2.0
- Created: 2019-08-02T10:45:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T15:11:44.000Z (over 2 years ago)
- Last Synced: 2024-08-03T18:22:21.139Z (6 months ago)
- Topics: golang, kafka-connect, kafka-connector
- Language: Go
- Homepage: https://connectctl.readthedocs.io
- Size: 30.5 MB
- Stars: 12
- Watchers: 75
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-kafka - connectctl - Manage kafka connect connectors easily. (Libraries / Kafka Connect)
- awesome-kafka - connectctl - manage kafka connect connectors easily
README
## connectctl
![GitHub release (latest by date)](https://img.shields.io/github/v/release/90poe/connectctl)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CircleCI](https://circleci.com/gh/90poe/connectctl/tree/master.svg?style=svg)](https://circleci.com/gh/90poe/connectctl/tree/master)
![OSS Lifecycle](https://img.shields.io/osslifecycle/90poe/connectctl)
[![Go Report Card](https://goreportcard.com/badge/github.com/90poe/connectctl)](https://goreportcard.com/report/github.com/90poe/connectctl)A CLI for working with [Kafka Connect](https://docs.confluent.io/current/connect/index.html).
> This is a work in progress project. If you'd like to contribute please consider contrubiting.
### Getting started
The latest release can be found on the [releases page](https://github.com/90poe/connectctl/releases) and
install and how to install is covered [here](docs/installation.md).Details of the commands available can be read in the [cli documentation](docs/cli/connectctl.md).
Documentation is also available via [ReadTheDocs](https://connectctl.readthedocs.io).
### Contributing
We'd love you to contribute to the project. If you are interested in helping out please
see the [contributing guide](CONTRIBUTING.md).### Acknowledgements
The code in `pkg/client/connect` is originally from [here](https://github.com/go-kafka/connect) but has been modified for use in this utility.### License
Copyright 2019 90poe. This project is licensed under the Apache 2.0 License.
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CircleCI](https://circleci.com/gh/90poe/connectctl/tree/master.svg?style=svg)](https://circleci.com/gh/90poe/connectctl/tree/master)
![OSS Lifecycle](https://img.shields.io/osslifecycle/90poe/connectctl)