Skip to content

escueladevhack/ScalabilitySoftwareArchitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scalability in Software Architecture

This repository has the needed code and files for use and deploy microservices at kubernetes or at serveless services

It contains three folders with the following things:

  • k8s: Script with basic commands for :

    • set the zone
    • create cluster
    • get credentials
    • run docker image
    • expose the deployment
    • get the service
    • delete cluster
  • cloud functions

    • cloud function source code developed with NodeJS
    • This cloud function is triggered with a HTTP event and when data is inserted into a collection at firestore.
    • Configuration files for Firebase Cloud Function
  • service cloud run

    • source code developed with Python
    • DockerFile for deploy at Google Cloud Run

About

Examples of scalability options in software architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published