{"id":13509402,"url":"https://github.com/trackit/trackit","last_synced_at":"2026-01-11T23:57:31.386Z","repository":{"id":45424087,"uuid":"105932397","full_name":"trackit/trackit","owner":"trackit","description":"Trackit helps you understand and improve your use of AWS","archived":false,"fork":false,"pushed_at":"2024-02-06T15:56:25.000Z","size":5767,"stargazers_count":148,"open_issues_count":14,"forks_count":34,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-12T15:04:57.884Z","etag":null,"topics":["aws","aws-cost","aws-cost-explorer","aws-costing","aws-ec2","aws-lambda","aws-rds","aws-s3","cloud","cost-estimation","cost-optimization"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trackit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-05T19:37:54.000Z","updated_at":"2025-02-14T16:54:35.000Z","dependencies_parsed_at":"2022-07-14T01:00:39.353Z","dependency_job_id":"e0befc73-2b17-44dc-b4a1-1ad1044fad38","html_url":"https://github.com/trackit/trackit","commit_stats":null,"previous_names":["trackit/trackit-server"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/trackit/trackit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Ftrackit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Ftrackit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Ftrackit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Ftrackit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trackit","download_url":"https://codeload.github.com/trackit/trackit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Ftrackit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261480690,"owners_count":23164966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-cost","aws-cost-explorer","aws-costing","aws-ec2","aws-lambda","aws-rds","aws-s3","cloud","cost-estimation","cost-optimization"],"created_at":"2024-08-01T02:01:07.244Z","updated_at":"2026-01-11T23:57:31.350Z","avatar_url":"https://github.com/trackit.png","language":"Go","funding_links":[],"categories":["Go","aws"],"sub_categories":[],"readme":"![TrackIt](https://s3-us-west-2.amazonaws.com/trackit-public-artifacts/github-page/logo.png)\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/msolution/trackit2-api.svg)](https://hub.docker.com/r/msolution/trackit2-api)\n[![CircleCI](https://img.shields.io/circleci/build/github/trackit/trackit.svg)](https://circleci.com/gh/trackit/trackit)\n[![GitHub](https://img.shields.io/github/license/trackit/trackit-server.svg)](LICENSE)\n\nTrackIt is a tool to optimize your AWS cloud usage and spending.\n\n## Features\n\n- Easy account setup\n\n![account-setup](https://s3.us-west-2.amazonaws.com/trackit-public-artifacts/github-page/v2_account_wizard.png)\n\n- AWS Cost Breakdown\n\n![cost-breakdown](https://s3-us-west-2.amazonaws.com/trackit-public-artifacts/github-page/v2_cost_breakdown_multi_charts.png)\n\n- AWS Tags overview\n\n![tags](https://s3-us-west-2.amazonaws.com/trackit-public-artifacts/github-page/v2_tags.png)\n\n- Events alerts\n\n![events](https://s3-us-west-2.amazonaws.com/trackit-public-artifacts/github-page/v2_events.png)\n\n## How to use\n\n### With Docker Compose\n\nYou can start using TrackIt by using the `docker-compose.yml` template available in this repository. It will pull Docker images from Docker Registry.\n\n````sh\n$\u003e docker-compose up -d\n````\n\nYou can also build locally the needed Docker images by using the `docker-compose.yml` file available in `docker/` folder.\n\n````sh\n$\u003e docker-compose up -d -f docker/docker-compose.yml\n````\n\n### Manually\n\n#### 0. Be sure all requirements below are met\n\n- [Docker](https://docs.docker.com/engine/installation/)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/installing.html) and [configure your credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)\n- [Golang](https://golang.org/doc/install)\n- [Govender](https://github.com/kardianos/govendor)\n\n#### 1. Clone this repository\n\n````sh\n$\u003e mkdir -p $HOME/go/src/github.com/trackit\n$\u003e cd $HOME/go/src/github.com/trackit\n$\u003e git clone https://github.com/trackit/trackit\n$\u003e cd trackit\n````\n\n#### 2. Check out dependencies\n\n````sh\n$\u003e govendor sync -v\n````\n\n#### 3. Start TrackIt\n\n````sh\n$\u003e ./start.sh\n````\n\nNote: On most operating systems, you will need to [increase the mmap limit](https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html) to allow elasticsearch to run properly:\n\n````sh\n$\u003e sudo sysctl -w vm.max_map_count=262144\n````\n\n#### 4. Now you can use TrackIt\n\nTrackIt API is now listening on `localhost:8080`\n\n## Web UI\n\nA Web UI made with React is available here: [TrackIt Client](https://github.com/trackit/trackit2-client)\n\n## API documentation\n\nThe API exposes its own documentation on the `GET /docs` route, in JSON format.\nAlso, the documentation for each route can be retrieved by an `OPTIONS`\nrequest. We are working on an actual viewer for this.\n\n## Recommendation plugins\n\nTrackit uses a plugin system to easily implement new recommendation checks.\nInformation on how to write plugins is available in a README in the `plugins` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrackit%2Ftrackit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrackit%2Ftrackit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrackit%2Ftrackit/lists"}