{"id":15130062,"url":"https://github.com/rdcm/coin-board","last_synced_at":"2026-02-05T22:30:54.609Z","repository":{"id":255714143,"uuid":"842735998","full_name":"rdcm/coin-board","owner":"rdcm","description":"Backend for dashboard with cryptocurrencies rates","archived":false,"fork":false,"pushed_at":"2024-09-27T19:24:21.000Z","size":279,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T05:52:57.742Z","etag":null,"topics":["actix-web","coingecko-api","cryptocurrencies","cryptocurrency","digitalocean","docker","docker-compose","grafana","helm","k8s","kubernetes","make","mongodb","prometheus","rust"],"latest_commit_sha":null,"homepage":"https://coin-board.io/","language":"Rust","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/rdcm.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":"2024-08-15T01:19:11.000Z","updated_at":"2024-11-18T19:15:14.000Z","dependencies_parsed_at":"2024-09-10T12:31:36.101Z","dependency_job_id":"a22c27dd-ee0b-4a4c-8d23-f7b462b42b41","html_url":"https://github.com/rdcm/coin-board","commit_stats":null,"previous_names":["rdcm/coin-board"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rdcm/coin-board","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdcm%2Fcoin-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdcm%2Fcoin-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdcm%2Fcoin-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdcm%2Fcoin-board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdcm","download_url":"https://codeload.github.com/rdcm/coin-board/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdcm%2Fcoin-board/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29136752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T21:59:57.939Z","status":"ssl_error","status_checked_at":"2026-02-05T21:59:57.628Z","response_time":65,"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":["actix-web","coingecko-api","cryptocurrencies","cryptocurrency","digitalocean","docker","docker-compose","grafana","helm","k8s","kubernetes","make","mongodb","prometheus","rust"],"created_at":"2024-09-26T02:28:35.241Z","updated_at":"2026-02-05T22:30:54.577Z","avatar_url":"https://github.com/rdcm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Up \u0026 Running\n\n`make help` - for getting full list of commands  \n\n## Local::Docker\n\n1. `make docker-build` - build docker images\n2. `make docker-up`  - up \u0026 running docker containers \n3. `make docker-down` - down docker containers\n\n## Local::Docker::Endpoints\n\n- `http://localhost:7373/rates` - api\n- `http://localhost:3000/` - ui\n\n\n## Local::Kubernetes\n\n1. `make create-secrets username={github_username} token={github_token}` - generate secrets for github registry\n2. `make deploy-secrets`  - deploying `github-registry.yaml` for pulling private images\n3. `make deploy-coin-board-dev` - deploying applications\n4. (optional)`make deploy-monitoring-dev` - deploying infrastructure for monitoring\n\n## Local::Kubernetes::Endpoints\n\nApplications: \n- `kubectl port-forward \u003capi_pod_name\u003e 7373:7373` - for access to api `http://localhost:7373/rates`.\n- `kubectl port-forward \u003cui_pod_name\u003e 3000:3000`  - for access to ui  `http://localhost:3000/`.\n\nMonitoring tools: \n- `kubectl port-forward prometheus-stateful-set-0 9090:9090 -n monitoring` - for access to prometheus `http://localhost:9090/`\n- `kubectl port-forward grafana-stateful-set-0 3000:3000 -n monitoring` - for access to grafana `http://localhost:3000/`\n\n## Digitalocean::Kubernetes\n\n1. `make create-secrets username={github_username} token={github_token}` - generate secrets for github registry\n2. `make deploy-secrets`  - deploying `github-registry.yaml` for pulling private images\n3. `make deploy-ingress-controller` - deploying ingress-controller \n4. `make deploy-cert-manager` - deploying cert-manager \n5. `make deploy-cluster-issuer` - deploying cluster-issuer\n6. `make deploy-coin-board-prod` - deploying applications\n7. `make deploy-monitoring-prod` - deploying infrastructure for monitoring\n8. `make trigger-export` - for exporting currency rates immediately\n9. Enjoy!\n\n## Digitalocean::Kubernetes::Endpoints\n\nApplications:\n \n- `https://api.coin-board.io/rates` - api\n- `https://coin-board.io/` - ui \n\nMonitoring tools:\n- `kubectl port-forward prometheus-stateful-set-0 9090:9090 -n monitoring` - for access to prometheus `http://localhost:9090/`\n- `kubectl port-forward grafana-stateful-set-0 3000:3000 -n monitoring` - for access to grafana `http://localhost:3000/`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdcm%2Fcoin-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdcm%2Fcoin-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdcm%2Fcoin-board/lists"}