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 in includeOS #1679

Open
gogo40 opened this issue Feb 11, 2018 · 2 comments
Open

GRPC in includeOS #1679

gogo40 opened this issue Feb 11, 2018 · 2 comments

Comments

@gogo40
Copy link

gogo40 commented Feb 11, 2018

I am seeing that includeOS already has support to protobuffer. Would be possible give support to GRPC?

@justicezyx
Copy link

+1

I personally feel includeOS might enjoy a better user reception if it focuses on supporting features that enable modern micro-service development environment, instead of replicating or factoring OS functionalities into unikernel libraries.

For example, with a RPC framework, GRPC here, and a file API, a micro-service can almost implement most functional features, not including security or management etc. That in many cases would be very useful for internal only services to be rewritten in IncludeOS.

WDYT?

Caveat:
I was only loosely following IncludeOS and Unikernel, my understanding of the project could be superficial.

@gogo40
Copy link
Author

gogo40 commented Sep 2, 2018

In my case, the main usage would be to execute math code in different unikernel nodes. I don't worry about security.

Currently, I am already using GRPC to do HPC. What I have in mind is port my math code to be executed directly with IncludeOs + GRPC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants