Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burstable-ai/burst
Command-line tool to remotely execute code in the cloud
https://github.com/burstable-ai/burst
Last synced: 13 days ago
JSON representation
Command-line tool to remotely execute code in the cloud
- Host: GitHub
- URL: https://github.com/burstable-ai/burst
- Owner: burstable-ai
- License: apache-2.0
- Created: 2020-10-26T21:18:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T17:04:15.000Z (over 2 years ago)
- Last Synced: 2024-08-01T00:57:40.149Z (3 months ago)
- Language: Jupyter Notebook
- Size: 3.85 MB
- Stars: 134
- Watchers: 7
- Forks: 17
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - burstable-ai/burst - Command-line tool to remotely execute code in the cloud (Jupyter Notebook)
README
# burst
## A command-line tool to remotely execute code in the cloud## Introduction
`burst` lets you run your software remotely in the cloud, on powerful GPU's or multi-CPU hardware instances that are
booted up and stopped automatically, so you only pay for the time you use.We support remote computing on Amazon Web Services and will be adding more
(Google Cloud Platform support is currently in beta).Documentation is available here:
* [Overview](https://burstable.readthedocs.io/en/latest/index.html)
* [Quickstart](https://burstable.readthedocs.io/en/latest/getting_started.html)
* [Examples](https://burstable.readthedocs.io/en/latest/examples.html)
* [Full User Guide](https://burstable.readthedocs.io/en/latest/user_guide.html)## Dependencies
* Python3
* Docker version 19 or higher
* A folder/project with a working `Dockerfile`
* ssh keys
* AWS or Google Cloud Services account and access keys_Note: if you want to contribute to the burst OSS project or just follow bleeding-edge development, install through
gitHub as described [here](https://github.com/burstable-ai/burst/wiki/Contributing-To-Burst) instead._