pipeline
0 人感兴趣 · 13 次引用
- 最新
- 推荐
Jenkins Pipeline: 并发执行
jenkins的pipeline中,会遇到并发使用的场景,通常会使用parallel的方法。下面介绍两种常用的方式。

实战 MongoDB Aggregate
MongoDB是一款内存数据库。作为 MongoDB 重要组成部分 MongoDB Aggregate ,主要用来做复杂查询。随着业务发展,需要写各种各样的查询语句,这就需要我们对Aggregate的原理,核心思想做深入的理解,接下来就让我们一起来对MongoDB Aggregate的做全面的解析。

腾讯新闻基于 Flink PipeLine 模式的实践
基于腾讯云流计算Oceanus和PipeLine搭建的实时数据仓库思想

Redis 集群 JedisCluster 的 pipeline 自定义实现
那么JedisCluster为什么不支持Pipeline? 在redis中一共有16384个Slot,每个节点负责一部分Slot,当对Key进行操作时,redis会通过CRC16计算出key对应的Slot,将Key映射到Slot所在节点上执行操作。

[翻译] Go Concurrency Patterns: Pipelines and cancellation[Go 并发模式]
golang channel,Pipelines and cancellation