Bazel Getting Started
本文主要包含两个方面的内容: 1) 演示Bazel的基本使用流程 2) 介绍Bazel使用过程中的一些基本概念
本文主要包含两个方面的内容: 1) 演示Bazel的基本使用流程 2) 介绍Bazel使用过程中的一些基本概念
Reference:
StarLark是Python的一种方言(dialect),主要用作配置语言。StarLark解释器通常是会被嵌入到另一个更大型的应用程序中,除了使用其基本语言核心功能之外,还可能会在应用程序中定义一些额外的领域特定函数和数据类型。比如,StarLark就被嵌入到了Bazel构建工具当中。
Reference:
导语:本文参考网络相关文章,主要总结了XA, 2PC, 3PC, 本地事务状态表, 可靠消息队列, 最大努力通知, TCC, SAGA等分布式事务的特点和适用场景,为大家选择分布式事务提供一些参考。
针对本地开发(local development)及测试(testing),我们可以在主机上以单机模式运行Pulsar。单机模式(standalone mode)包括Pulsar broker,必要的Zookeeper以及BookKeeper组件,并运行在同一个JVM进程中。
本文从整体上介绍一下Pulsar的架构,在此做个记录。
本文记录一下C/C++标准版本,以及不同版本的新特性。其中:
COSBench是一个用于测试对象存储系统的分布式基准测试工具
本文介绍一下新版本ceph如何查看各OSD所使用的磁盘。参考:
本文主要介绍一下纠删码的基本原理,以便更好的理解ceph中相关代码的实现。
本文简要介绍各分布式文件系统(Distribute Filesystem),并做一个对比。
MongoDB CRUD操作即创建(create)、读取(read)、更新(update)、删除(delete) documents。本文我们介绍一下这些操作,在此做个记录,以便后续查阅。
MongoDB server有两个版本: Community版本和Enterprise版本
本文记录一下如何为MongoDB设置分片键。
本文介绍BSON类型(types)相关内容。
本章介绍以下MongoDB中的document相关概念。
这里我们接着上文,介绍另外一种集合:Time Series Collections。
本章介绍以下MongoDB数据库与collections相关内容,在此做个记录。
如下是MongoDB官网对自身的介绍:
MongoDB was founded in 2007 by Dwight Merriman, Eliot Horowitz and Kevin Ryan – the team behind DoubleClick.
At the Internet advertising company DoubleClick (now owned by Google), the team developed and used many custom data stores to work around the shortcomings of existing databases. The business served 400,000 ads per second, but often struggled with both scalability and agility. Frustrated, the team was inspired to create a database that tackled the challenges it faced at DoubleClick.
This was when MongoDB was born.