Skip to content

konstellation-io/kai-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAI SDK

This repository contains all available languages SDKs and Runners for the KAI.

Runners coverage

Component Coverage Bugs Maintainability Rating Go report
GO SDK coverage bugs -mr -
Py SDK coverage bugs -mr -

Protobuf

All components receive and send a KaiNatsMessage protobuf. To generate the protobuf code, the protoc compiler must be installed.

Installation

  • wget https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-linux-x86_64.zip
  • unzip -o protoc-23.4-linux-x86_64.zip -d /usr/local bin/protoc
  • unzip -o protoc-23.4-linux-x86_64.zip -d /usr/local 'include/*'

Regenerating protos

make protos