Using cloud services with Julia
As a beginning web developer, you’ll start with the local development of a web or microservices application, and then progress to deploy the app to virtualized cloud environments. This section will tell you what cloud computing possibilities exist for Julia.
Deployment to cloud platforms
From the start, Julia was meant to be a language for distributed and cloud computing. Julia Computing, which is the company behind Julia, offers its own cloud computing solution named JuliaHub (https://juliahub.com/lp/) for academic and enterprise users. If you’re looking for an alternative to the former free JuliaBox site, consult https://github.com/xiaodaigh/awesome-data-science-notebook-engines.
All of the major commercial cloud providers support deploying Julia apps. The JuliaCloud website (https://github.com/JuliaCloud/) contains most of the packages needed in this space.
The following is a list of the major ones:
- Amazon Web Services...