Docker 日志 Logspout
- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: Linux
- 软件首页: https://github.com/gliderlabs/logspout
软件介绍
Logspout 是一个Docker容器,大小仅 14MB,使用 BusyBox 作为其核心,它可以将来自容器应用程序的日志发送到某一个中央位置,比如单一 JSON 对象或者通过 HTTP API 可获得的流式端点。就挖掘的信息方面而言,Logspout 目前功能有限,因为它只能实现容器的标准输出(stdout)和标准错误输出 (stderr),不过已计划一旦 Docker 提供相关钩子(hook),就允许更全面的日志功能。将来应密切关注这个项目。
Designing Data-Intensive Applications
Martin Kleppmann / O'Reilly Media / 2017-4-2 / USD 44.99
Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, w......一起来看看 《Designing Data-Intensive Applications》 这本书的介绍吧!
