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

https://github.com/application-research/delta-swagger

Swagger Generator for Delta API
https://github.com/application-research/delta-swagger

Last synced: about 2 months ago
JSON representation

Swagger Generator for Delta API

Awesome Lists containing this project

README

          

# Delta API Swagger
Swagger Generator for Delta API

# Install the following pre-req
- go 1.18
- [jq](https://stedolan.github.io/jq/)
- [hwloc](https://www.open-mpi.org/projects/hwloc/)
- opencl
- [rustup](https://rustup.rs/)
- postgresql

Alternatively, if using Ubuntu, you can run the following commands to install the pre-reqs
```
apt-get update && \
apt-get install -y wget jq hwloc ocl-icd-opencl-dev git libhwloc-dev pkg-config make && \
apt-get install -y cargo
```

# Run
specify the branch name to generate the swagger file. The default branch is `main`
```
make all BRANCH=main
```
# Author
Protocol Labs Outercore Engineering.