Skip to content
@soat-fiap

Tech challenge - Italo Pessoa

Group #71 of FIAP Software Architecture post degree

Hi there 👋, SOAT FIAP Grupo #71

Tech challenge deliverables

Pipeline flow
         graph TD
     subgraph Infrastructure
         bmb.infra["bmb.infra"]
     end
 
     subgraph Storage
         bmb.database["bmb.database"]
         bmb.users["bmb.users"]
     end
 
     subgraph API
         bmb.api["bmb.api"]
     end
 
     subgraph Integration
         bmb.authenticator["bmb.authenticator"]
         bmb.events.processor["bmb.events.processor"]
     end
 
     bmb.api --> bmb.users
     bmb.api --> bmb.database
     bmb.api --> bmb.infra
     bmb.database --> bmb.infra
     bmb.authenticator --> bmb.api
     bmb.events.processor --> bmb.api
Loading

Current infrastructure

Current infrastructure

Popular repositories Loading

  1. FIAP.TechChallenge.ByteMeBurger FIAP.TechChallenge.ByteMeBurger Public

    The FIAP.TechChallenge.ByteMeBurger project is a comprehensive solution for managing a burger ordering system. It includes multiple modules for domain logic, application services, API endpoints, an…

    C# 1

  2. bmb.authenticator bmb.authenticator Public

    handles authentication and authorization within the BMB application. It includes Terraform configurations for setting up AWS resources like Cognito user pools and identity providers, ensuring secur…

    JavaScript

  3. bmb.infra bmb.infra Public

    Terraform configurations to set up a Virtual Private Cloud (VPC) and an Elastic Kubernetes Service (EKS) cluster on AWS. These components provide a scalable and secure environment for deploying con…

    HCL

  4. bmb.database bmb.database Public

    Manages the database schema and related files for the BMB application. It includes SQL scripts for creating tables, inserting data, and updating the schema, along with Terraform configurations to m…

    HCL

  5. bmb.users bmb.users Public

    Terraform configurations to create an Amazon Cognito User Pool. This setup provides authentication, authorization, and user management for web and mobile applications. Users can sign in directly or…

    HCL

  6. .github .github Public

Repositories

Showing 7 of 7 repositories
  • .github Public
    soat-fiap/.github’s past year of commit activity
    0 0 0 0 Updated Sep 28, 2024
  • bmb.users Public

    Terraform configurations to create an Amazon Cognito User Pool. This setup provides authentication, authorization, and user management for web and mobile applications. Users can sign in directly or via third-party providers like Facebook, Amazon, Google, or Apple, ensuring secure and scalable user management.

    soat-fiap/bmb.users’s past year of commit activity
    HCL 0 0 1 0 Updated Sep 28, 2024
  • bmb.events.processor Public

    The bmb.event.processor project is a Python-based service designed to handle and process events within the BMB application

    soat-fiap/bmb.events.processor’s past year of commit activity
    Python 0 0 1 0 Updated Sep 28, 2024
  • FIAP.TechChallenge.ByteMeBurger Public

    The FIAP.TechChallenge.ByteMeBurger project is a comprehensive solution for managing a burger ordering system. It includes multiple modules for domain logic, application services, API endpoints, and infrastructure. The project is designed to be scalable, maintainable, and secure, leveraging modern .NET practices and AWS services.

    soat-fiap/FIAP.TechChallenge.ByteMeBurger’s past year of commit activity
    C# 0 BSD-3-Clause 1 21 0 Updated Sep 28, 2024
  • bmb.database Public

    Manages the database schema and related files for the BMB application. It includes SQL scripts for creating tables, inserting data, and updating the schema, along with Terraform configurations to manage the database infrastructure, ensuring consistency and ease of deployment.

    soat-fiap/bmb.database’s past year of commit activity
    HCL 0 0 0 0 Updated Sep 28, 2024
  • bmb.infra Public

    Terraform configurations to set up a Virtual Private Cloud (VPC) and an Elastic Kubernetes Service (EKS) cluster on AWS. These components provide a scalable and secure environment for deploying containerized applications, including modules for VPC, EKS, and load balancer controller configurations.

    soat-fiap/bmb.infra’s past year of commit activity
    HCL 0 0 0 0 Updated Sep 28, 2024
  • bmb.authenticator Public

    handles authentication and authorization within the BMB application. It includes Terraform configurations for setting up AWS resources like Cognito user pools and identity providers, ensuring secure and scalable user management and authentication mechanisms.

    soat-fiap/bmb.authenticator’s past year of commit activity
    JavaScript 0 0 2 0 Updated Sep 28, 2024

Top languages

Loading…

Most used topics

Loading…