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
- Host: GitHub
- URL: https://github.com/application-research/delta-swagger
- Owner: application-research
- Created: 2023-03-18T14:17:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T03:23:41.000Z (about 3 years ago)
- Last Synced: 2025-10-26T13:28:22.551Z (8 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.