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

https://github.com/hyperjumptech/hypertrace

Hyperjump's implementation of BlueTrace.io specification.
https://github.com/hyperjumptech/hypertrace

Last synced: 11 months ago
JSON representation

Hyperjump's implementation of BlueTrace.io specification.

Awesome Lists containing this project

README

          

# OpenTrace Server - Hyperjump Golang Implementation

This is an adaptation implementation from OpenTrace community server
that implements BlueTrace.io specification.

## Build

```shell
$ make build
```

this will produce an executable called `hypertrace.app`

## Execute

```shell
$ hypertrace.app
```

The server will run on port `8080`
Implementor should modify this bare server to be more configurable as needed.

## API

After the server, you can go to `/docs` path. Eg.

```text
http://localhost:8080/docs
```