https://github.com/zikwall/app_metrica
https://github.com/zikwall/app_metrica
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zikwall/app_metrica
- Owner: zikwall
- License: gpl-3.0
- Created: 2023-11-30T09:14:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T11:45:24.000Z (almost 2 years ago)
- Last Synced: 2025-07-31T11:58:34.373Z (11 months ago)
- Language: Go
- Size: 4.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# app_metrica
## What is it?
`// TODO`
## Usage
`// TODO`
### UI
- **KafDrop**: http://:8086/
- **UI for Apache Kafka**: http://:8087/
### How work with Clickhouse
- [See manual](/cluster/clickhouse/README.md)
### How work with Kafka
- [See manual](/cluster/kafka/README.md)
### How generate swagger docs
```bash
swag init -g ./cmd/gateway/main.go
```