An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![GitHub license](https://img.shields.io/github/license/carsdotcom/cars-forge?color=navy&label=License&logo=License&style=flat-square)](https://github.com/carsdotcom/cars-forge/blob/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/cars-forge?color=navy&style=flat-square)](https://pypi.org/project/cars-forge/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/cars-forge?color=navy&style=flat-square)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/carsdotcom/cars-forge/Publish%20Package/main?color=navy&style=flat-square)
![GitHub contributors](https://img.shields.io/github/contributors/carsdotcom/cars-forge?color=navy&style=flat-square)

---

## 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.