【无标题】


文章目录

  • 项目地址
  • 一、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
相关推荐
Java识堂7 小时前
如何对微服务进行拆分?
微服务·云原生·架构
就改了9 小时前
微服务接口性能优化:CompletableFuture 并行聚合实践
java·微服务·性能优化
2601_9618451511 小时前
专升本资料哪个好|教材+真题+网课对比推荐PDF
考研·http·微服务·容器·visual studio
heimeiyingwang12 小时前
【架构实战】网关架构设计:微服务的统一入口
微服务·云原生·架构
真实的菜12 小时前
微服务架构痛点
java·微服务·架构
sbjdhjd13 小时前
04 (下) | K8S微服务实战:从 Service 到金丝雀发布
运维·微服务·云原生·kubernetes·开源·云计算·excel
星辰徐哥1 天前
Spring Boot 微服务架构设计与实现
spring boot·后端·微服务
Jinkxs1 天前
Prometheus - 监控微服务:Spring Boot 应用指标暴露与监控
spring boot·微服务·prometheus
sbjdhjd1 天前
04(上)| k8s中的微服务
微服务·云原生·kubernetes·开源·云计算·excel·kubelet
zz0723201 天前
深入理解Seata:微服务分布式事务解决方案
微服务·seata·分布式事务