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

Translate producer-consumer from Golang to Python #82

Open
2 of 8 tasks
amariucaitheodor opened this issue May 24, 2021 · 1 comment
Open
2 of 8 tasks

Translate producer-consumer from Golang to Python #82

amariucaitheodor opened this issue May 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@amariucaitheodor
Copy link
Collaborator

amariucaitheodor commented May 24, 2021

This PR focuses on translating the producer-consumer image from Golang to Python. The reason for the translation is that Golang is not natively supported by Azure Functions (they only have a work-around where you write a custom handler HTTP server that gets queried by the Azure Function). This wouldn't be a problem in itself if the serverless.com tool supported Golang deployments, but it doesn't either...

Files to be translated include:

  • producer-consumer/aws/main.go
  • producer-consumer/vhive/main.go
  • producer-consumer/common/aws.go
  • producer-consumer/common/grpc.go
  • producer-consumer/common/main.go
  • producer-consumer/common/object-storage.go
  • producer-consumer/common/util.go
  • producer-consumer/common/util-test.go
@ustiugov
Copy link
Member

@anukratb please split up into 1-2day cards

@amariucaitheodor amariucaitheodor linked a pull request May 30, 2021 that will close this issue
8 tasks
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

Successfully merging a pull request may close this issue.

3 participants