https://github.com/showpune/usage-cost-stream-sample
https://github.com/showpune/usage-cost-stream-sample
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/showpune/usage-cost-stream-sample
- Owner: showpune
- Created: 2021-08-30T10:31:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:16:04.000Z (over 2 years ago)
- Last Synced: 2025-01-24T10:47:09.035Z (over 1 year ago)
- Language: Java
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Standalone Stream Sample
## Building the apps
Use the appropriate binder profiles `kafka` (active by default) or `rabbit` to build a binary for use with that binder.
```bash
$./mvnw clean package -Pkafka
```
or
```bash
$./mvnw clean package -Pkafka
```
## Building the distribution zip file
```bash
$./mvnw package -Pdist
```
This must be run from this directory and will build `dist/usage-cost-stream-sample.zip`