Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRPC connectors #18

Open
luca-domenichini opened this issue Jan 11, 2024 · 0 comments
Open

GRPC connectors #18

luca-domenichini opened this issue Jan 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@luca-domenichini
Copy link
Owner

Would be good to have grpc connectors, both client and server style.

Server connector should bring up a grpc service that allows clients to request data on demand.
It should also provide a streaming method to have events pushed to clients asynchronously.
This package (or another one?) should also provide a client library to be easily used by external processes

Client connector should do the same but the opposite way.
This package (or another one?) should also provide a grpc service to be installed in an external application that wants to act as the grpc service server. External clients, at this point, should query that grpc service for data/status/streaming etc...

Maybe client and server packages can be the same in both connector kind, be that SmartIOT -> grpc client -> grpc server or SmartIOT -> grpc server -> grpc client... maybe some endpoints would be useless.. must investigate that.

@luca-domenichini luca-domenichini added the enhancement New feature or request label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant