https://github.com/softwareone-platform/ffc-finops-operations
Operations API for FinOps for Cloud
https://github.com/softwareone-platform/ffc-finops-operations
Last synced: 4 months ago
JSON representation
Operations API for FinOps for Cloud
- Host: GitHub
- URL: https://github.com/softwareone-platform/ffc-finops-operations
- Owner: softwareone-platform
- License: apache-2.0
- Created: 2024-11-11T10:08:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-22T14:11:59.000Z (5 months ago)
- Last Synced: 2026-01-30T04:42:52.020Z (4 months ago)
- Language: Python
- Size: 1.76 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/astral-sh/ruff) [](https://sonarcloud.io/summary/new_code?id=softwareone-platform_ffc-finops-operations) [](https://sonarcloud.io/summary/new_code?id=softwareone-platform_ffc-finops-operations)
# SoftwareOne FinOps for Cloud Operations API
The Operations API enables SoftwareOne to manage the FinOps for Cloud tool. It supports the provisioning and administration of FinOps for Cloud organizations and users, as well as the management of datasource entitlements.
# Create you .env file
You can use the `env.example` as a bases to setup your running environment and customize it according to your needs.
# Run tests
`docker compose run --rm app_test`
# Run for Development
`docker compose up app`
# Build production image
To build the production image please use the `prod.Dockefile` dockerfile.
> [!IMPORTANT]
> Developers must take care of keep in sync `dev.Dockerfile` and `prod.Dockerfile`.