An open API service indexing awesome lists of open source software.

https://github.com/showpune/usage-cost-stream-sample


https://github.com/showpune/usage-cost-stream-sample

Last synced: over 1 year ago
JSON representation

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`