Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmks/tukc
Terminal UI for Kafka Connect
https://github.com/jmks/tukc
Last synced: 3 days ago
JSON representation
Terminal UI for Kafka Connect
- Host: GitHub
- URL: https://github.com/jmks/tukc
- Owner: jmks
- Created: 2021-01-26T00:59:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T00:13:43.000Z (almost 4 years ago)
- Last Synced: 2024-11-27T19:50:54.497Z (2 months ago)
- Language: Elixir
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tukc
A **Terminal Ui for Kafka Connect**.
Currently under development.
## TODO
* auto-update every 2 seconds (configurable)
* auto-update probably needs a caching layer
* plugins view
* logging view
* connector commands
* tasks commands
* help overlay
* status bar
* tests (!!)
* state machine for view transitions (could ease parts of Update)?
* cluster -- select cluster --> cluster
* cluster -- back --> clusters
* cluster -- p --> plugins
* plugins -- back --> cluster
* cluster -- l --> logging
* logging -- back --> cluster
* cluster -- select connector --> connector
* connector -- back -> cluster## Development
```
$ mix deps.get
$ mix run --no-halt
```## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tukc` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:tukc, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/tukc](https://hexdocs.pm/tukc).