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.
- Host: GitHub
- URL: https://github.com/hyperjumptech/hypertrace
- Owner: hyperjumptech
- Created: 2022-01-05T12:27:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T04:01:40.000Z (about 4 years ago)
- Last Synced: 2025-06-16T06:03:18.297Z (11 months ago)
- Language: Go
- Size: 687 KB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```