Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-poor/gorp
gorp makes writing gRPC APIs a little simpler.
https://github.com/a-poor/gorp
go grpc grpc-go json json-schema protobuf
Last synced: 28 days ago
JSON representation
gorp makes writing gRPC APIs a little simpler.
- Host: GitHub
- URL: https://github.com/a-poor/gorp
- Owner: a-poor
- License: mit
- Created: 2021-08-18T02:59:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T19:04:58.000Z (over 3 years ago)
- Last Synced: 2024-11-29T11:01:08.925Z (about 1 month ago)
- Topics: go, grpc, grpc-go, json, json-schema, protobuf
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gorp
_created by Austin Poor_
`gorp` makes writing gRPC APIs a little simpler.
## TODO
* [x] Define structures to hold protobuf messages
* [ ] Define structures to hold protobuf services
* [ ] Be able to define protobuf messages/services as JSON/YAML/CUE
* [ ] Add JSON-schema validation to definitions
* [ ] Generate gPRC files
* [ ] Generate protobuf files
* [ ] Generate client/server code (protobuf cli does this)
* [ ] Generate client wrapper code (with type/checking)
* [ ] Generate server wrapper code (with type/checking)