The Wayback Machine - https://web.archive.org/web/20200601102750/https://github.com/cube-js/cube.js/issues/363
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

Support for Azure Functions #363

Open
walkerjono opened this issue Feb 4, 2020 · 1 comment
Open

Support for Azure Functions #363

walkerjono opened this issue Feb 4, 2020 · 1 comment

Comments

@walkerjono
Copy link

@walkerjono walkerjono commented Feb 4, 2020

Describe the solution you'd like
Currently cube.js supports AWS Lambda and Google Cloud Functions (ref) as serverless technologies. It would be great if Azure Functions can also be supported

Additional context
Also happy to get my team to assist with testing if helpful. We an an Azure Cloud Platform Gold Patner.

Thanks!

@paveltiunov
Copy link
Contributor

@paveltiunov paveltiunov commented Feb 5, 2020

@walkerjono Thanks for posting this one! It would be great if you can contribute it as well. Should be very similar to google handler: https://github.com/cube-js/cube.js/blob/master/packages/cubejs-serverless-google/index.js but instead of pubsub there will be queue storage: https://docs.microsoft.com/en-us/azure/storage/queues/storage-nodejs-how-to-use-queues. There's also serverless.yml that should be created:

const serverlessGoogleYml = env => `service: ${env.projectName} # NOTE: Don't put the word "google" in here
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.