An open API service indexing awesome lists of open source software.

https://github.com/gregl83/julia-func

Julia Functions in the Cloud
https://github.com/gregl83/julia-func

azure functions julia lambda

Last synced: about 1 month ago
JSON representation

Julia Functions in the Cloud

Awesome Lists containing this project

README

          

# julia-func

Julia Functions in the Cloud

## Requirements

// todo

## How it works

Azure Function Base -> Julia -> NodeJS

NodeJS Func Exec -> Julia Program

## References

- [Azure Functions with Custom Docker Image](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-function-linux-custom-image)
- [AWS Lambda Custom Runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html)