banyan-team / banyan-julia

A suite of familiar Julia APIs for bigger datasets with less cloud and lower costs.
https://banyancomputing.com
Apache License 2.0
17 stars 1 forks source link

New lazy API for sessions #147

Open calebwin opened 2 years ago

calebwin commented 2 years ago

This PR makes starting sessions lazy (so that cloud computing resources are only created when actually needed) and improves the API in other ways.

Separate PRs will be needed to account for these changes in banyan-website and banyan-python.

Depends on #146