https://github.com/carsdotcom/cars-forge
EC2 fleets made easy
https://github.com/carsdotcom/cars-forge
aws cluster ec2 ec2-spot hacktoberfest on-demand python spark
Last synced: 3 months ago
JSON representation
EC2 fleets made easy
- Host: GitHub
- URL: https://github.com/carsdotcom/cars-forge
- Owner: carsdotcom
- License: apache-2.0
- Created: 2022-09-26T20:28:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T17:41:13.000Z (5 months ago)
- Last Synced: 2025-06-04T21:52:01.267Z (5 months ago)
- Topics: aws, cluster, ec2, ec2-spot, hacktoberfest, on-demand, python, spark
- Language: Python
- Homepage: https://carsdotcom.github.io/cars-forge/
- Size: 247 KB
- Stars: 9
- Watchers: 12
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
[](https://github.com/carsdotcom/cars-forge/blob/main/LICENSE)
[](https://pypi.org/project/cars-forge/)


---
## About
Forge is a Python-based command-line tool that starts a single or cluster of EC2 instances, and runs the required scripts on these instances. Forge can be used by anyone to create their own environment where they can do anything like develop products, analyze data, host interactive dashboards, or run production workloads on terabytes of RAM. Forge gives you complete flexibility while making it easy to run everything on spot EC2 instances saving you up to 90%.
## Install
Install Forge with Pip:
```
pip install cars-forge
```## Getting Started
To get started using Forge you can follow the [Documentation](https://carsdotcom.github.io/cars-forge/).
## Versioning
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Please refer to the [Changelog](https://github.com/carsdotcom/cars-forge/blob/main/CHANGELOG.md) for information regarding the differences between versions of the project.