{"id":21474672,"url":"https://github.com/yagoluiz/rfid-reader-api","last_synced_at":"2025-03-17T07:43:20.904Z","repository":{"id":148120695,"uuid":"169018858","full_name":"yagoluiz/rfid-reader-api","owner":"yagoluiz","description":"Service architecture for reading RFID tags / [PT-BR] Arquitetura de serviços para leitura de tags RFID","archived":false,"fork":false,"pushed_at":"2019-05-28T01:34:31.000Z","size":592,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-23T16:53:06.934Z","etag":null,"topics":["asp-net-core","azure","azure-functions","container","devops","microservices","serverless"],"latest_commit_sha":null,"homepage":"","language":"C#","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/yagoluiz.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":"2019-02-04T02:32:10.000Z","updated_at":"2022-06-14T17:34:00.000Z","dependencies_parsed_at":"2023-05-19T05:00:18.815Z","dependency_job_id":null,"html_url":"https://github.com/yagoluiz/rfid-reader-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagoluiz%2Frfid-reader-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagoluiz%2Frfid-reader-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagoluiz%2Frfid-reader-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagoluiz%2Frfid-reader-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yagoluiz","download_url":"https://codeload.github.com/yagoluiz/rfid-reader-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243996898,"owners_count":20380978,"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":["asp-net-core","azure","azure-functions","container","devops","microservices","serverless"],"created_at":"2024-11-23T10:24:34.408Z","updated_at":"2025-03-17T07:43:20.884Z","avatar_url":"https://github.com/yagoluiz.png","language":"C#","readme":"# Service Architecture for Reading RFID tags \n\n[![Build Status](https://dev.azure.com/teamyagoluiz/UnB/_apis/build/status/rfid-reader-api%20CI?branchName=master)](https://dev.azure.com/teamyagoluiz/UnB/_build/latest?definitionId=1\u0026branchName=master)\n\nService architecture for reading RFID tags, implemented in the year 2019 for Master's Work.\n\n## Project architecture\n\nThis repository provides the implementation of microservices and API Gateway. For implementation the front-end application, see the application [repository](https://github.com/yagoluiz/rfid-reader-web).\n\n![](img/services_architecture.png)\n\n## Master's work\n\nSee the work [repository](https://github.com/yagoluiz/unb-dissertacao) for more details of the project.\n\n## Technologies/patterns\n\n- ASP NET Core 2.2\n- Azure Functions\n- Event Bus (Service Bus)\n- API Gateway (Ocelot)\n- Identity Server 4\n- Docker\n- Health Checks\n- Mediator\n- Feature Folder\n- DevOps (CI/CD)\n\n## Azure\n\nServices in Azure implemented in the project:\n\n- App Service\n- App Service Plan (Linux)\n- Application Insights\n- Cosmos DB\n- Container Registry\n- IoT Hub\n- Service Bus\n- SQL Database (SQL Server)\n- Storage (Blob)\n\n![](img/azure_services.png)\n\n## DevOps\n\nPipeline CI:\n\n![](img/ci.png)\n\nPipeline CD:\n\n![](img/cd.png)\n\n*All resources were deleted after the job was finalized*\n\n## Instructions for run project\n\n- Run project via docker or via Visual Studio or Visual Studio Code\n\n# [PT-BR] Arquitetura de Serviços para Leitura de Tags RFID\n\n[![Build Status](https://dev.azure.com/teamyagoluiz/UnB/_apis/build/status/rfid-reader-api%20CI?branchName=master)](https://dev.azure.com/teamyagoluiz/UnB/_build/latest?definitionId=1\u0026branchName=master)\n\nArquitetura de serviços para leitura de tags RFID, implementado no ano de 2019 para trabalho de Mestrado.\n\n## Arquitetura do projeto\n\nEste repositório apresenta a implementação dos microsserviços e API Gateway. Para implementação da aplicação front-end, consulte o [repositório](https://github.com/yagoluiz/rfid-reader-web) da aplicação.\n\n![](img/arquitetura_microsservicos.png)\n\n## Trabalho de Mestrado\n\nConsulte o [repositório](https://github.com/yagoluiz/unb-dissertacao) do trabalho para mais detalhes do projeto.\n\n## Tecnologias/padrões utilizados\n\n- ASP NET Core 2.2\n- Azure Functions\n- Mensageria (Service Bus)\n- API Gateway (Ocelot)\n- Identity Server 4\n- Docker\n- Health Checks\n- Mediator\n- Feature Folder\n- DevOps (CI/CD)\n\n## Azure\n\nServiços no Azure implementados no projeto:\n\n- App Service\n- App Service Plan (Linux)\n- Application Insights\n- Cosmos DB\n- Container Registry\n- IoT Hub\n- Service Bus\n- SQL Database (SQL Server)\n- Storage (Blob)\n\n![](img/azure_services.png)\n\n## DevOps\n\nPipeline de CI:\n\n![](img/ci.png)\n\nPipeline de CD:\n\n![](img/cd.png)\n\n*Todos os recursos foram excluídos após finalização do trabalho*\n\n## Instruções para execução do projeto\n\n- Executar projeto via docker ou via Visual Studio ou Visual Studio Code","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyagoluiz%2Frfid-reader-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyagoluiz%2Frfid-reader-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyagoluiz%2Frfid-reader-api/lists"}