Skip to content

Instantly share code, notes, and snippets.

@analistacarlosh
Last active May 12, 2019 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save analistacarlosh/aa6fe0acbb28922b957b6a5256f54ba5 to your computer and use it in GitHub Desktop.
Save analistacarlosh/aa6fe0acbb28922b957b6a5256f54ba5 to your computer and use it in GitHub Desktop.
General Architecture

Server Less

https://martinfowler.com/articles/serverless.html

BASS (Back-end as service)

Function as a Service

  * State less;
  - Firebase;
  - Google Cloud;
  - Azure;
  - Lambda;

*IAS - Infrastructure as a Service *PAS - Platform as a Service

Pros

Cost of server;
Cost of maintnances;

Cons

* Lock-in of providers (https://serverless.com to help in that);
* Repeat code in the Client (WebApp, App); 
* Stateless;

What is the differences between Docker/Containers?

Still need to take care about infrastructure;

API Gateway

Apigee - https://www.youtube.com/watch?v=2bDeH3C23Hc

Cloud Pub/Sub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment