【无标题】


文章目录

  • 项目地址
  • 一、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 基础

  1. 什么是 Azure Cosmos DB?

    多模型数据库:提供了SQL, MongoDb, postgreSQL
    (Multimodel database: provides SQL, MongoDB, and PostgreSQL support.)

  2. Cosmos DB 的一致性模型有哪些?

    1. strong 2. bounded staleness 3. Session 4.Consistent Prefix 5. Eventual
  3. What's the difference between Database, Container, and Item?

    1. 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

  1. 设置trigger 为http请求
  2. 设置请求的json格式
  3. 使用compose修改json格式为自己使用的

二、Azure Function

2.1 Trigger

  1. HttP
相关推荐
xexpertS19 小时前
分布式系统过载治理:如何通过较小服务控制请求节奏
微服务·自动化
爱学习的小可爱卢1 天前
SpringCloud——微服务实战:OpenFeign与Nacos服务调用详解
spring·spring cloud·微服务
吴声子夜歌1 天前
MongoDB 4.x——微服务入门
java·mongodb·微服务
阿标在干嘛1 天前
从HTTP到WebSocket:招投标信息实时推送系统的协议选型与架构设计
大数据·微服务·架构
VortMall2 天前
『平台去经营化』平台治理能力全新重构|VortMall微服务商城系统v1.3.10
java·大数据·微服务·商城系统·开源商城·vortmall·去经营化
Wang's Blog2 天前
Go-Zero项目开发9: 微服务治理之服务注册中心
微服务·golang
Wang's Blog2 天前
Go-Zero项目开发8: 构建社交API服务与微服务解耦实践
开发语言·微服务·golang
r_oo_ki_e_3 天前
java微服务
java·微服务
小森林之主4 天前
Docker Compose 紧急救援:凌晨3点服务器报警的解决方案
docker·微服务·容器化·docker compose·故障排除
L-影4 天前
单体与微服务区别
微服务·云原生·架构