{"id":48170278,"url":"https://github.com/narevai/narev","last_synced_at":"2026-05-13T08:14:14.480Z","repository":{"id":306451035,"uuid":"1026221608","full_name":"narevai/narev","owner":"narevai","description":"Simple converter of cloud and AI billing data to FOCUS 1.2 format","archived":false,"fork":false,"pushed_at":"2025-11-22T16:25:11.000Z","size":20251,"stargazers_count":24,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-22T16:26:53.067Z","etag":null,"topics":["aws","aws-billing","azure-billing","finops","finops-focus","finops-ui","focus","gcp-billing","openai-billing","snowflake-billing"],"latest_commit_sha":null,"homepage":"https://narev.ai","language":"Python","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/narevai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-25T14:07:01.000Z","updated_at":"2025-11-22T16:25:13.000Z","dependencies_parsed_at":"2025-10-30T02:34:15.966Z","dependency_job_id":null,"html_url":"https://github.com/narevai/narev","commit_stats":null,"previous_names":["narevai/narev"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/narevai/narev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narevai%2Fnarev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narevai%2Fnarev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narevai%2Fnarev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narevai%2Fnarev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narevai","download_url":"https://codeload.github.com/narevai/narev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narevai%2Fnarev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-billing","azure-billing","finops","finops-focus","finops-ui","focus","gcp-billing","openai-billing","snowflake-billing"],"created_at":"2026-04-04T17:33:30.955Z","updated_at":"2026-04-04T17:33:31.034Z","avatar_url":"https://github.com/narevai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Narev\n\n![Narev Banner](./.github/assets/banner.webp)\n\n**Convert any billing into FOCUS format**\n\n[![GitHub last commit](https://img.shields.io/github/last-commit/narevai/narev)](https://github.com/narevai/narev/commits)\n[![Latest tag](https://img.shields.io/github/v/tag/narevai/narev?label=latest)](https://github.com/narevai/narev/tags)\n[![Code Size](https://img.shields.io/github/languages/code-size/narevai/narev)](https://github.com/narevai/narev)\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n\nNarev is an open source, self-hosted FinOps platform. It allows translating SaaS data into a FOCUS 1.2 format, and exporting it.\n\n**Sources we support**:\n- AWS\n- Azure\n- GCP\n- OpenAI\n\n**Exports we support**:\n- Snowflake\n- CSV\n- Excel\n\nWe ship with lightweight FOCUS-compliant analytics.\n\n![Narev Dashboard](./.github/assets/screenshot.png)\n\n## Quick Start\n\n### Demo Mode (with sample data)\n```bash\ndocker run -d \\\n  --name narev \\\n  -p 8000:8000 \\\n  -v $(pwd)/data:/app/data \\\n  -e DEMO=\"true\" \\\n  ghcr.io/narevai/narev:latest\n```\n\n### Production\nFirst, generate an encryption key:\n```bash\npython -c \"from cryptography.fernet import Fernet; \\\nprint(Fernet.generate_key().decode())\"\n```\nThen run the container with your generated key:\n```bash\ndocker run -d \\\n  --name narev-prod \\\n  -p 8000:8000 \\\n  -v $(pwd)/data:/app/data \\\n  -e ENCRYPTION_KEY=\"gAAAAABhZ_your_actual_generated_key_here\" \\\n  -e ENVIRONMENT=\"production\" \\\n  ghcr.io/narevai/narev:latest\n```\n- Full production setup in the [Deployment Guide](https://www.narev.ai/docs/opensource/getting-started/deployment).\n\n## License\n\nApache 2.0\n\n---\n\n## Acknowledgments\n\nThanks to [@satnaing](https://github.com/satnaing) for the excellent [front end starter](https://github.com/satnaing/shadcn-admin/tree/main)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarevai%2Fnarev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarevai%2Fnarev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarevai%2Fnarev/lists"}