https://github.com/cloudchacho/hedwig-java
Messaging bus for micro-services that works on cloud native queues http://authedwig.rtfd.io
https://github.com/cloudchacho/hedwig-java
Last synced: 5 months ago
JSON representation
Messaging bus for micro-services that works on cloud native queues http://authedwig.rtfd.io
- Host: GitHub
- URL: https://github.com/cloudchacho/hedwig-java
- Owner: cloudchacho
- License: apache-2.0
- Created: 2021-06-29T19:03:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T17:25:36.000Z (about 5 years ago)
- Last Synced: 2025-07-29T21:52:21.840Z (11 months ago)
- Language: Makefile
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hedwig Java
Compiled protobuf files for github.com/cloudchacho/hedwig.
## Usage
- Add maven dependency:
```xml
io.github.cloudchacho
hedwig
0.1
```
- Install protoc: https://github.com/protocolbuffers/protobuf
- Install Hedwig proto files:
```shell
git clone https://github.com/cloudchacho/hedwig.git /usr/local/lib/protobuf/include/hedwig
```
any path is fine, just make sure to provide it to `protoc -I`.