【无标题】


文章目录

  • 项目地址
  • 一、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
相关推荐
Sam_Deep_Thinking3 小时前
连锁门店的外卖订单平台对接
java·微服务·架构·系统架构
@PHARAOH9 小时前
HOW - 构建一个轻量前后端一体服务
前端·微服务·服务端
白露与泡影10 小时前
轻量级微服务发布系统:Traefik + Nomad + Consul
微服务·架构·consul
DN金猿13 小时前
SpringCloudAlibaba微服务启动报错
微服务·云原生·nacos·架构·springcloud·sca
无心水13 小时前
【分布式利器:SOAF】蚂蚁开源的金融级微服务全家桶:SOFAStack 核心架构与实战选型对比
人工智能·分布式·微服务·金融·架构·开源·分布式利器
万里侯13 小时前
云原生安全扫描:保护容器化应用的安全
微服务·容器·k8s
万里侯1 天前
GitOps实战:用Git管理基础设施
微服务·容器·k8s
逍遥德1 天前
SpringBoot自带TaskScheduler 接口使用详解:(02)微服务多实例模式下,爆发任务重复执行问题
spring boot·分布式·后端·微服务·中间件
weixin_408318041 天前
企业级直播平台技术选型与成本分析:三种方案架构对比
微服务·云原生·架构
万里侯2 天前
K8s和我:一人一狗的日常冒险
微服务·容器·k8s