{"id":19858020,"url":"https://github.com/boldare/boldare-radar","last_synced_at":"2026-05-15T07:34:23.210Z","repository":{"id":41200369,"uuid":"475116927","full_name":"boldare/boldare-radar","owner":"boldare","description":"Boldare Radar by Chapter Build","archived":false,"fork":false,"pushed_at":"2024-03-28T04:25:31.000Z","size":3537,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-02-28T23:56:25.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.boldare.com/tech-radar/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boldare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2022-03-28T17:51:51.000Z","updated_at":"2023-01-31T11:58:36.000Z","dependencies_parsed_at":"2024-11-12T14:21:23.707Z","dependency_job_id":"07b8998e-5315-41be-9c17-462b43fb8383","html_url":"https://github.com/boldare/boldare-radar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boldare/boldare-radar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fboldare-radar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fboldare-radar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fboldare-radar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fboldare-radar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boldare","download_url":"https://codeload.github.com/boldare/boldare-radar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fboldare-radar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33057943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T14:20:50.025Z","updated_at":"2026-05-15T07:34:23.184Z","avatar_url":"https://github.com/boldare.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boldare Radar\n\nTechnology radar and knowledge source for Boldare. Radar uses [Docusaurus](https://docusaurus.io/) as a framework for building documentations.\n\n## How to setup the project?\n\n### Requirements\n\n[Node.js](https://nodejs.org/en/) with version `^18.0.0`. If you use [Node Version Manager](https://github.com/nvm-sh/nvm), you can just run a following command:\n\n```bash\nnvm use\n```\n\n### Setup\n\nInstall all dependencies with Yarn\n\n```bash\nyarn\n```\n\nRun app in development mode\n\n```bash\nyarn start\n```\n\n## How to build the production version?\n\nRun build command\n\n```bash\nyarn build\n```\n\n## How to run automated tests?\n\nRun unit tests\n\n```bash\nyarn test\n```\n\n## How to update the data?\n\nEdit or add new file in `docs` or `blog` folder. You can use [Markdown](https://www.markdownguide.org/) or [Mdx](https://mdxjs.com/) for it. Each file in this folders creates a new page. To find more details, please check the [Docusaurus documentation](https://docusaurus.io/docs). For a new page you can use the template from [here](./docs-template.md).\n\n\n\n## How to work with Ampli \u0026 Amplitude?\n\nIn `Boldare Radar` we are using Amplitude as an Analytics Software.\nWith Amplitude we are also testing `Ampli` which is a new tool that allows us to verify if all defined events are used in Application.\n\n### What is Ampli?\n\nAmpli allows us to generate code to track the events more easily, by using abstraction called [ampli](src/ampli/index.ts), which gives us option to treat all Analytics Events as methods, example:\n```ts\nampli.openRadar();\nampli.viewItem({ name: \"Microfrontends\", quadrant: \"Techniques\", ring: \"Scaling\" });\n```\n\n### How I can use Ampli?\n\nAmpli is defined as `dev-dependency` in Boldare Radar. You can call the ampli by using methods:\n```\nampli pull\n```\n\nAnd to verify if all events tracked in Amplitude are implemented in source code, you can run:\n```\nampli status -u\n```\n\n### How to run Amplitude on Dev Environment?\n\nIn order to run the Amplitude on dev environment you need to create `.env` file in your local repository.\nInside that `.env` file create variable:\n```env\nREACT_APP_AMPLITUDE_API_KEY = key\n```\n\nReplace the `key` with Development key that You can generate from Amplitude or obtain from Maintainers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldare%2Fboldare-radar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboldare%2Fboldare-radar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldare%2Fboldare-radar/lists"}