add sentiment analaysis mvp

This commit is contained in:
Asim Aslam
2021-02-27 21:45:31 +00:00
parent f800662806
commit 5c3b835c9f
13 changed files with 891 additions and 0 deletions

23
sentiment/README.md Normal file
View File

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