Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digital-dream-labs/api
https://github.com/digital-dream-labs/api
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/digital-dream-labs/api
- Owner: digital-dream-labs
- License: mit
- Created: 2020-06-08T15:16:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T19:11:20.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:13:37.355Z (4 months ago)
- Language: C#
- Size: 191 KB
- Stars: 18
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# API
[Protocol buffers](https://developers.google.com/protocol-buffers/docs/proto3) for all of the magical back-end services that make vector work!
## Protocol buffers
|Directory| Description |
|--|--|
| proto/chipper | Wire protocol for the voice service |
| proto/jdocs | Wire protocol for the document store service |
| proto/token | Wire protocol for the token service |## Building
To regenerate protocol buffers:
```sh
# make protos
``````
// To build an individual proto
make proto dir=proto/chipper file=chipperpb
```