Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spaghettifunk/go-pinot

Go client for Apache Pinot generated using Swagger
https://github.com/spaghettifunk/go-pinot

Last synced: 1 day ago
JSON representation

Go client for Apache Pinot generated using Swagger

Awesome Lists containing this project

README

        

# Pinot go client

This client has been generated using [`go-swagger`](https://github.com/go-swagger/go-swagger).

## Installation

To install `go-swagger` follow the official [documentation](https://goswagger.io/install.html)

## How to generate things

To generate the client, you can run `swagger generate client -f spec/swagger.json -a kind -A pinot-sdk`. If you want to generate the documentation, you can run `swagger generate markdown --output docs/docs.md -f specs/swagger.json --with-expand`.