Skip to content

konstellation-io/demo-email-classificator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-email-classificator

Requirements

How to build your .krt file

./scripts/build_krt.sh  
./scripts/build_krt.sh v2

Generate protobuf code

Execute the following script if changes occur in .proto files.

./scripts/generate_protobuf_code.sh

How to send manual requests to your deployed versions

Here are some examples:

./scripts/run_test.sh <k8s_namespace> <runtime_name> <version_name> <grpc_service> [<message_number>] [<message>] 
./scripts/run_test.sh kre demo classificator-v1 Classificator 1
./scripts/run_test.sh kre demo classificator-v2 Classificator 3

About

This is a demo for the krt v2 functionality. This repo mocks a working konstellation project that implements an email classificator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published