aws數據庫同步區別
AWS AppSync automatically updates the data in web and mobile applications in real time, and updates data for offline users as soon as they reconnect.
AWS AppSync會自動實時更新Web和移動應用程序中的數據,并在離線用戶重新連接后立即為其更新數據。
In this tutorial from Manoj Fernando, you will learn how to use AWS AppSync to build a GraphQL API using Amplify and Angular.
在來自Manoj Fernando的本教程中,您將學習如何使用AWS AppSync通過Amplify和Angular構建GraphQL API。
Here are some things covered in this tutorial:
這是本教程介紹的一些內容:
- Introduction to GraphQL APIs with AppSync, Amplify and Angular 帶有AppSync,Amplify和Angular的GraphQL API簡介
- Modeling Relationships in GraphQL (1:1 | 1:N | M:N) GraphQL中的建模關系(1:1 | 1:N | M:N)
- How to send realtime updates with GraphQL subscriptions 如何使用GraphQL訂閱發送實時更新
- Building an Offline Web App 構建一個脫機Web應用程序
You can watch the full video tutorial on the freeCodeCamp.org YouTube channel (2 hour watch).
您可以在freeCodeCamp.org YouTube頻道上觀看完整的視頻教程(觀看2小時)。
翻譯自: https://www.freecodecamp.org/news/aws-appsync-tutorial/
aws數據庫同步區別