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

https://github.com/laiambryant/ubiquitous-eye

A small portfollio application in go that fetches data from the github api used to test opentelemetry
https://github.com/laiambryant/ubiquitous-eye

go opentelemetry-go

Last synced: 3 months ago
JSON representation

A small portfollio application in go that fetches data from the github api used to test opentelemetry

Awesome Lists containing this project

README

        

# ubiquitous-eye

A small portfolio application, used to test opentelemetry with go.

# Running

To run the application you can either run it in the docker container through the

``` bash
docker compose up
```

command while in the root directory or if you have go installed on your machine run

``` bash
go run main.go
```

while in the src folder.