* Streams Service (WIP)

* Complete Streams Service
This commit is contained in:
ben-toogood
2021-01-25 14:35:11 +00:00
committed by GitHub
parent 055517ec14
commit 47fe6b39ec
28 changed files with 2971 additions and 0 deletions

23
streams/README.md Normal file
View File

@@ -0,0 +1,23 @@
# Streams Service
This is the Streams service
Generated with
```
micro new streams
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```