Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chirino/3scale-graphql-pa
https://github.com/chirino/3scale-graphql-pa
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chirino/3scale-graphql-pa
- Owner: chirino
- License: other
- Created: 2020-07-20T14:25:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T17:57:30.000Z (over 4 years ago)
- Last Synced: 2023-03-10T19:25:47.431Z (almost 2 years ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3scale-graphql-pa is a policy agent for the [graphql-gw](https://github.com/chirino/graphql-gw)
This project implements a graphql policy agent GRPC server using
the 3scale API management platform to manage your GraphQL endpoints.### Installing Prebuilt Binaries
Please download [latest github release](https://github.com/chirino/3scale-graphql-pa/releases) for your platform
### Installing from Source
If you have a recent [go](https://golang.org/dl/) SDK installed:
`go get -u github.com/chirino/3scale-graphql-pa`
## Getting started
Run the server using this command:
```bash
$ 3scale-graphql-pa serve
```
## Build from source```bash
go build -o=3scale-graphql-pa main.go
```## License
[BSD](./LICENSE)
## Development
- We love [pull requests](https://github.com/chirino/3scale-graphql-pa/pulls)
- [Open Issues](https://github.com/chirino/3scale-graphql-pa/issues)
- 3scale-graphql-pa is written in [Go](https://golang.org/). It should work on any platform where go is supported.