DEV Community

Cover image for Image Upload Service with GRPC
Wesley
Wesley

Posted on

Image Upload Service with GRPC

Hello community!

I just shared on Github a repo containing a demonstration of image upload service in python, using imgur as the hosting.

As I started it mostly to get more used to the GRPC types and APIs, I noticed that there weren't many examples when searching for "python" + "GRPC" + "upload" + "stream".

Soon I realized that, once finished, if I organized it a bit (my experiments always start very messy), the project could be helpful to someone else.

So here is my contribution, in the hope that it is useful to somebody else in their learning process.

image-service

image-service

Top comments (0)