Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/similarweb/finala
Finala is an open-source resource cloud scanner that analyzes, discloses, presents and notifies about wasteful and unused resources.
https://github.com/similarweb/finala
analyzes aws aws-billing cloud cloud-provider cost cost-effectiveness cost-optimization cost-saving finala finops go golang infrastructure unused-resources
Last synced: about 22 hours ago
JSON representation
Finala is an open-source resource cloud scanner that analyzes, discloses, presents and notifies about wasteful and unused resources.
- Host: GitHub
- URL: https://github.com/similarweb/finala
- Owner: similarweb
- License: other
- Created: 2019-12-02T07:21:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T10:36:19.000Z (about 1 year ago)
- Last Synced: 2025-01-25T00:08:07.645Z (8 days ago)
- Topics: analyzes, aws, aws-billing, cloud, cloud-provider, cost, cost-effectiveness, cost-optimization, cost-saving, finala, finops, go, golang, infrastructure, unused-resources
- Language: Go
- Homepage: https://finala.io
- Size: 6.42 MB
- Stars: 729
- Watchers: 17
- Forks: 54
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - finala - source resource cloud scanner that analyzes, discloses, presents and notifies about wasteful and unused resources. | similarweb | 617 | (Go)
README
# Finala ![Lint](https://github.com/similarweb/finala/workflows/Lint/badge.svg) ![Fmt](https://github.com/similarweb/finala/workflows/Fmt/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/similarweb/finala)](https://goreportcard.com/report/github.com/similarweb/finala) [![Gitter](https://badges.gitter.im/similarweb-finala/community.svg)](https://gitter.im/similarweb-finala/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
**Note**: The `master` branch represents the latest developed version and it may be in an *unstable or even broken*.
In order to get the latest stable version please use the [releases pages](https://github.com/similarweb/finala/releases).
![alt Logo](https://raw.githubusercontent.com/similarweb/finala/master/docs/images/main-logo.png)
![Finala Processing](https://raw.githubusercontent.com/similarweb/finala/master/docs/images/finala.png)----
## Overview
Finala is an open-source resource cloud scanner that analyzes, discloses, presents and notifies about wasteful and unused resources.
With Finala you can achieve 2 main objectives: **Cost saving & Unused resources detection**.
## Features
* **YAML Definitions**: Resources definitions are described using a high-level YAML configuration syntax. This allows Finala consumers easily tweak the configuration to help it understand their infrastructure, spending habits and normal usage.
* **1 Click Deployment**: Finala can be deployed via Docker compose or a [Helm chart](https://github.com/similarweb/finala-helm).
* **Graphical user interface**: Users can easily explore and investigate unused or unutilized resources in your cloud provider.
* **Resource Filtering by Cloud Provider Tags**: Users can filter unused resources by just providing the tags you are using in your cloud provider.
* **Schedule Pro Active Notifications**: Finala has the ability to configure scheduled based notifications to a user or a group.## Supported Services
### Finala's Definitions
* **Potential Cost Optimization** - is the price you can save for untilized resources in your infrastructure
* **Unused Resource** - are resources which don't necessarily cost money and can be removed.### AWS
Resource | Potential Cost Optimization| Unused Resource |
--------------------| ---------------------------|-------------------------|
API Gateway | :heavy_minus_sign: | :ballot_box_with_check:
DocumentDB | :ballot_box_with_check: | :heavy_minus_sign:
DynamoDB | :ballot_box_with_check: | :heavy_minus_sign:
EC2 ALB,NLB | :ballot_box_with_check: | :heavy_minus_sign:
EC2 Elastic IPs | :ballot_box_with_check: | :heavy_minus_sign:
EC2 ELB | :ballot_box_with_check: | :heavy_minus_sign:
EC2 NAT Gateways | :ballot_box_with_check: | :heavy_minus_sign:
EC2 Instances | :ballot_box_with_check: | :heavy_minus_sign:
EC2 Volumes | :ballot_box_with_check: | :heavy_minus_sign:
ElasticCache | :ballot_box_with_check: | :heavy_minus_sign:
ElasticSearch | :ballot_box_with_check: | :heavy_minus_sign:
IAM User | :heavy_minus_sign: | :ballot_box_with_check:
Kinesis | :ballot_box_with_check: | :heavy_minus_sign:
Lambda | :heavy_minus_sign: | :ballot_box_with_check:
Neptune | :ballot_box_with_check: | :heavy_minus_sign:
RDS | :ballot_box_with_check: | :heavy_minus_sign:
RedShift | :ballot_box_with_check: | :heavy_minus_sign:## QuickStart
Follow the [quick start](https://finala.io/docs/getting-started/quick-start) in our documentation to get familiar with Finala.
## Web User Interface
You can access Finala's user interface via http://localhost:8080/ (After you have finished with the quick start guide)
![dashboard](https://raw.githubusercontent.com/similarweb/finala/master/docs/images/main-dashboard.png)## Installation
Please refer to [Installation instructions](https://finala.io/docs/installation/getting-started).
## Documentation & Guides
Documentation is available on the Finala website [here](https://finala.io/).
## Community, discussion, contribution, and support
You can reach the Finala community and developers via the following channels:
* [Gitter Community](https://gitter.im/similarweb-finala/community):
* [finala-users](https://gitter.im/similarweb-finala/users)
* [finala-developers](https://gitter.im/similarweb-finala/developers)## Contributing
Thank you for your interest in contributing! Please refer to [Contribution guidelines](https://finala.io/docs/contributing/submitting-pr) for guidance.