# cloud-costs **Repository Path**: mirrors_openshift/cloud-costs ## Basic Information - **Project Name**: cloud-costs - **Description**: A Pyramid application for tracking cross-cloud spending - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cloud-costs README ================== ![Travis CI](https://travis-ci.org/blentz/cloud-costs.svg?branch=master "Travis CI") [![Licensed under Apache License version 2.0](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/openshift/cloud-costs/master/LICENSE) This is a project using the Pyramid framework (http://www.pylonsproject.org/). The purpose is to develop a set of utilities and tools that provides meaningful information for tracking costs and usage associated with running infrastructure on top of cloud services. Getting Started --------------- ``` cd $VENV/bin/python setup.py develop $VENV/bin/initialize_budget_db development.ini $VENV/bin/pserve --reload development.ini ``` Data Ingestion Scripts ---------------------- There are several scripts used for managing ingesting data into the database. These scripts can be found in `/budget/scripts`. Most of them can be run from the command line using this syntax: `python -m 'budget.scripts.' /path/to/development.ini` There are also some shell scripts in `/cron` aimed at enabling scheduled automatic data ingestion via cron.