【无标题】


文章目录

  • 项目地址
  • 一、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
相关推荐
Solar20258 小时前
微服务调用超时:从问题分析到全链路优化实践
微服务·云原生·架构
yours_Gabriel8 小时前
【分布式事务】Seata分布式解决方案
java·分布式·微服务
再难也得平10 小时前
微服务拆分之SpringCloud
java·spring cloud·微服务
sas-soft12 小时前
短任务占资源、低频 API 耗成本?混合架构方案:微服务扛核心,Serverless 接弹性需求
微服务·架构·serverless
Wang's Blog1 天前
Nestjs框架: 微服务容器化部署与网络通信解决方案
docker·微服务·云原生·架构·nestjs
陈果然DeepVersion1 天前
Java大厂面试真题:Spring Boot+Kafka+AI智能客服场景全流程解析(四)
java·spring boot·微服务·kafka·面试题·rag·ai智能客服
123461611 天前
互联网大厂Java面试:从Spring Boot到微服务的探索
java·数据库·spring boot·微服务·面试·mybatis·orm
陈果然DeepVersion1 天前
Java大厂面试真题:Spring Boot+Kafka+AI智能客服场景全流程解析(一)
spring boot·微服务·kafka·消息队列·java面试·rag·ai智能客服
xrkhy2 天前
微服务之ShardingSphere
数据库·微服务·oracle