More details on for distributed computing.
for loading entire application releases (e.g., generated by Distillery) into remote nodes with automatic dependency resolution. Remote Execution exloader github
"packages": [
It allows for module loading via functions like ExLoader.load_module("filename.beam") or loading entire releases from tarballs. More details on for distributed computing
# Load the project project_path = load_github_project( repo_owner="torvalds", repo_name="linux", branch="master", clone_dir="/tmp/linux-project" ) exloader github
If you manage to find an active ExLoader repository (many are deleted within weeks), you will likely encounter the following structure: