【无标题】


文章目录

  • 项目地址
  • 一、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
相关推荐
TracyCoder1233 小时前
微服务概念理解学习笔记
学习·微服务·架构
TracyCoder1234 小时前
微服务框架选型学习笔记
笔记·学习·微服务
Tadas-Gao4 小时前
Spring Boot 4.0架构革新:构建更精简、更安全、更高效的Java应用
java·spring boot·分布式·微服务·云原生·架构·系统架构
草原印象5 小时前
Spring Cloud、Spring Cloud Alibaba微服务实战
spring·spring cloud·微服务
whltaoin5 小时前
【 Java微服务 】Spring Cloud Alibaba :Nacos 注册中心与配置中心全攻略(含服务发现、负载均衡与动态配置)
java·微服务·nacos·springcloud·注册中心·配置中心
TracyCoder1235 小时前
微服务注册中心基础(二):CP架构原理
微服务·云原生·架构·注册中心
0***1412 小时前
PHP在微服务中的架构设计
微服务·云原生·架构
pengzhuofan17 小时前
Sentinel 服务保护
java·微服务·sentinel
mobº18 小时前
K8s 集群部署微服务 - yaml 版本(三)
微服务·容器·kubernetes
回家路上绕了弯19 小时前
单体架构拆微服务:从评估到落地的全流程指南
后端·微服务