摘要:
在MongoDB3.6引入的新feature中,change stream无疑是非常吸引人的。 Change streams allow applications to access real-time data changes without the complexity and risk of 阅读全文
摘要:
众所周知,MongoDB包括社区版和企业版,但不止如此,MongoDB公司还有MongoDB Atlas:Database as a Service. MongoDB Atlas delivers the world’s leading database for modern application 阅读全文
摘要:
之前写过一篇文章日志的艺术(The art of logging),提到了输出日志的时候记录上下文信息的重要性,我认为上下文信息包括: when:log事件发生的时间 where:log事件发生在哪个模块(文件、函数) how important:log 事件的紧急程度 who:事件产生者的唯一标识 阅读全文