Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GDG Ojo-Festac: Managing API Deployments on Cloud Endpoints

tiemma
March 02, 2019

GDG Ojo-Festac: Managing API Deployments on Cloud Endpoints

tiemma

March 02, 2019
Tweet

More Decks by tiemma

Other Decks in Programming

Transcript

  1. I’m Bakare Emmanuel • DevOps Engineer @Deimos Cloud • Volunteer

    Bootcamp Facilitator and LCA @Andela • DevOps and Linux Fan Boy • General Weird Guy with some humour • Incapable of understanding when to use upper case and Lower Case • People call me Bakman, so there’s also that! @ T i e m m a B a k a r e 3
  2. Here’s something to note You don’t need to know how

    to code to use APIs and ESP [Extensible Service Proxies] Also, ask questions if you don’t get anything, I don’t bite. It’s going to be a very practical talk so little slides. Also, forget the pho-ne. I’m an Ijebu Yoruba man.
  3. Google Cloud Endpoints It’s a service which is used to

    manage API deployments for you by helping set up security, access management and many other features you would once have to configure on your own. It’s like a gateway but for your API services.
  4. REQUEST ESP API RESPONSE Chart Data Source Info How the

    REQUEST WORKS A simple overview of the Request -> Response Lifecycle
  5. ESP [Extensible Service Proxy] This is a service which enables

    us add features to our application without directly adding them in our code. Location