- DevOps for Serverless Applications
- Shashikant Bangera
- 291字
- 2021-07-16 17:35:30
Backend as a Service
The BaaS was conceptualized by Auth0 and Google Firebase. Auth0 started as authentication as a service, but moved to FaaS. So basically, BaaS is third-party service through which we can implement our required functionality, and it will provide server-side logic for the implementation of the application.
The common approach is that most web and mobile application developers code their own authentication functionality, such as login, registration, and password management, and each of these services has its own API, which has to be incorporated into the application. But this was complicated and time consuming for developers, and BaaS providers made it easy by having a unified API and SDK and bridging them with the frontend of the application so that developers did not have to worry about developing their own backend services for each service. In this way, time and money was saved.
Say, for example, that we want to build a portal that would require authentication to consume our services. We would need login, signup, and authentication systems in place, and we would also need to make it easy for the consumer to sign in with just a click of a button using their existing Google or Facebook or Twitter account. Developing these functionalities individually requires lots of time and effort.
But by using BaaS, we can easily integrate our portal to sign up and authenticate using a Google, Facebook, or Twitter account. Another BaaS service is Firebase, provided by Google. Firebase is a database service that is used by mobile apps, where database administration overhead is mitigated, and it provides authorization for different types of users. In a nutshell, this is how BaaS works. Let's look at the FaaS side of the serverless approach.
- 電腦組裝與系統安裝
- WordPress Mobile Web Development:Beginner's Guide
- 曝光:Linux企業運維實戰
- 嵌入式Linux系統開發:基于Yocto Project
- Extending Bootstrap
- 計算機系統開發與優化實戰
- Windows Server 2012網絡操作系統企業應用案例詳解
- Windows Phone 8 Application Development Essentials
- Kubernetes從入門到實踐
- Linux使用和管理指南:從云原生到可觀測性
- 細說Linux基礎知識
- Learning Magento 2 Administration
- NetDevOps入門與實踐
- Windows 8實戰從入門到精通(超值版)
- Windows 7實戰從入門到精通