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
- Host: GitHub
- URL: https://github.com/gregl83/julia-func
- Owner: gregl83
- Created: 2019-12-18T04:47:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T03:21:24.000Z (over 6 years ago)
- Last Synced: 2026-03-03T12:32:44.118Z (3 months ago)
- Topics: azure, functions, julia, lambda
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)