https://github.com/kevindasilvas/mini-kanban-logs
Logs containers for Mini-Kanban Project (Mini-Kanban ms, Comments-Kanban ms) using influx db and telegraf
https://github.com/kevindasilvas/mini-kanban-logs
docker docker-compose influxdb rabbitmq rabbitmq-consumer telegraf
Last synced: about 2 months ago
JSON representation
Logs containers for Mini-Kanban Project (Mini-Kanban ms, Comments-Kanban ms) using influx db and telegraf
- Host: GitHub
- URL: https://github.com/kevindasilvas/mini-kanban-logs
- Owner: KevinDaSilvaS
- Created: 2021-06-26T16:47:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T17:52:13.000Z (almost 5 years ago)
- Last Synced: 2025-10-11T05:39:00.462Z (9 months ago)
- Topics: docker, docker-compose, influxdb, rabbitmq, rabbitmq-consumer, telegraf
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini-Kanban-Logs
Logs containers for Mini-Kanban Project (Mini-Kanban ms, Comments-Kanban ms) using influx db and telegraf
About the project:
The main objective of the repo is to create a centralized time series log storage for the events that occur in the Mini-Kanban project.
Initializing the project
Start docker and run the following command in your terminal
```
"docker-compose up -d"
```
To acess the application
```
"http://localhost:8086/"
```
```
"http://localhost:15672/"
```
Publish message in the telegraf queue
```
{
"code": 200,
"body": "str body",
"service": "Comments-Kanban",
"method": "GET",
"url": "/comments"
}
```
[Link to access the mini-kanban repository](https://github.com/KevinDaSilvaS/Mini-Kanban "mini-kanban repository")
###
[Link to access the comments-kanban repository](https://github.com/KevinDaSilvaS/comments-kanban "comments-kanban repository")
###
[Link to access the kanban-api-gateway repository](https://github.com/KevinDaSilvaS/kanban-gateway "kanban-gateway repository")
###
[Link to access the old kanban-api-gateway repository](https://github.com/KevinDaSilvaS/kanban-api-gateway "kanban-api-gateway repository")