An open API service indexing awesome lists of open source software.

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

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")