文章目录
- 项目地址
- 一、cosmosDB
-
- [1.1 基础](#1.1 基础)
- [1.2 使用](#1.2 使用)
-
- [1. Logic Apps + CosmosDB](#1. Logic Apps + CosmosDB)
- [二、Azure Function](#二、Azure Function)
-
- [2.1 Trigger](#2.1 Trigger)
项目地址
- 教程作者:
- 教程地址:
- 代码仓库地址:
-
所用到的框架和插件:
dbt
airflow
一、cosmosDB
1.1 基础
-
什么是 Azure Cosmos DB?
多模型数据库:提供了SQL, MongoDb, postgreSQL
(Multimodel database: provides SQL, MongoDB, and PostgreSQL support.) -
Cosmos DB 的一致性模型有哪些?
- strong 2. bounded staleness 3. Session 4.Consistent Prefix 5. Eventual
-
What's the difference between Database, Container, and Item?
- Database is database 2. Container is a collection of items like table 3. item is single json document
5
1.2 使用
1. Logic Apps + CosmosDB
- 设置trigger 为http请求
- 设置请求的json格式

- 使用compose修改json格式为自己使用的
二、Azure Function
2.1 Trigger
- HttP