Skip to content

tiny-systems/grpc-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Systems gRPC Module

gRPC client component with reflection-based service discovery.

Components

Component Description
gRPC Call Make gRPC requests using server reflection to discover services, methods, and message schemas automatically

Installation

helm repo add tinysystems https://tiny-systems.github.io/module/
helm install grpc-module tinysystems/tinysystems-operator \
  --set controllerManager.manager.image.repository=ghcr.io/tiny-systems/grpc-module

Run locally

go run cmd/main.go run --name=grpc-module --namespace=tinysystems --version=1.0.0

Part of Tiny Systems

This module is part of the Tiny Systems platform -- a visual flow-based automation engine running on Kubernetes.

License

This module's source code is MIT-licensed. It depends on the Tiny Systems Module SDK (BSL 1.1). See LICENSE for details.

About

gRPC client uses reflection to discover services, methods and messages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors