上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 53 下一页

Apache Arrow

摘要: https://www.kdnuggets.com/2017/02/apache-arrow-parquet-columnar-data.html https://arrow.apache.org/ https://hyper-db.de/index.html#team CMU-db,https:/ 阅读全文
posted @ 2019-04-17 19:57 fxjwind 阅读(1840) 评论(0) 推荐(0)

Holt-Winters

摘要: https://blog.csdn.net/u010665216/article/details/78051192 mark 阅读全文
posted @ 2019-03-21 15:21 fxjwind 阅读(238) 评论(0) 推荐(0)

Confluo: Distributed Monitoring and Diagnosis Stack for High-speed Networks

摘要: https://rise.cs.berkeley.edu/blog/confluo-millisecond-level-queries-on-large-scale-streaming-data/https://ucbrise.github.io/confluo/ confluo要解决的问题, 对于 阅读全文
posted @ 2018-12-25 10:57 fxjwind 阅读(634) 评论(0) 推荐(0)

kubernetes in action - Volumes

摘要: Volume解决Kubernetes的存储的问题 对于Pod使用的存储,抽象为volume,volume伴随着Pod的创建而创建,消失而同时消失,不能单独的创建 这样的好处,是存储的塑胶不会因为某个container重启而丢失,因为volume是pod级别的 还有好处是,volume是pod资源,所 阅读全文
posted @ 2018-12-04 18:13 fxjwind 阅读(549) 评论(0) 推荐(0)

kubernetes in action - Services

摘要: 问题,如何将Pod所提供的功能提供给别人用?微服务,是服务,所以关键要把服务提供出去 直接把pod的静态ip提供给用户用,这个会有很多问题,比如failover,扩容,负载均衡等 所以需要services组件 A Kubernetes Service is a resource you create 阅读全文
posted @ 2018-11-29 18:02 fxjwind 阅读(664) 评论(0) 推荐(0)

kubernetes in action - Replication Controller

摘要: 理解这个问题,就是pods在Kubernetes中怎么进行failover 在Kubernetes的work node上有kubelet,会负责监控该work node上的pods,如果有container挂掉了,它会负责重启 但是如果进程没有挂掉,只是hang住,或是死循环,或是死锁了,这个怎么判 阅读全文
posted @ 2018-11-22 18:04 fxjwind 阅读(407) 评论(0) 推荐(0)

kubernetes in action - Pods

摘要: Pods 在上一篇也说明了,pods是kubernetes的最小部署单元,并且所有在pods中的container共享namespaces 那么为什么需要pods这样的概念? 因为在实际中,我们有一种需求,某些进程需要部署在一台机器上,通过IPC或者本地文件来通信,比如因为他们之间数据传输比较大 那 阅读全文
posted @ 2018-11-22 14:09 fxjwind 阅读(1124) 评论(0) 推荐(0)

kubernetes in action - Overview

摘要: 传统的应用都是“monoliths”,意思就是大应用,即所有逻辑和模块都耦合在一起的 这样明显很挺多问题的,比如只能scale up,升级必须整体升级,扩容 所以我们就想把大应用,broken down成小,独立的模块或组件,这样组件可以独立的升级,扩容,组件也可以用不同的语言实现,组件间通过协议通 阅读全文
posted @ 2018-11-16 14:26 fxjwind 阅读(1510) 评论(0) 推荐(0)

Kafka: Exactly-once Semantics

摘要: https://www.confluent.io/blog/enabling-exactly-kafka-streams/ https://cwiki.apache.org/confluence/display/KAFKA/KIP-98+-+Exactly+Once+Delivery+and+Tra 阅读全文
posted @ 2018-11-12 17:15 fxjwind 阅读(653) 评论(0) 推荐(0)

Reinforcement Learning

摘要: https://www.bilibili.com/video/av9770302/?p=24 https://www.bilibili.com/video/av24724071/?p=3 https://zhuanlan.zhihu.com/p/25239682 强化学习概览 分为几个要素, 首先我 阅读全文
posted @ 2018-08-21 16:34 fxjwind 阅读(8831) 评论(0) 推荐(1)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 53 下一页