想到什么写什么周报 第9期 - 2017-12-03
S3 Select and Glacier Select – Retrieving Subsets of Objects
https://aws.amazon.com/cn/blogs/aws/s3-glacier-select/
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html
S3服务新增select功能,允许用户使用一个SQL语句来读取一个CSV或者JSON对象中的部分数据。这个功能还处于preview阶段,不过可以看出AWS打算在S3上增加一些计算能力,让计算尽可能靠近数据。
The Way to Go: JetBrains GoLand IDE Hits the Market
https://blog.jetbrains.com/go/2017/11/30/the-way-to-go-jetbrains-goland-ide-hits-the-market/
GoLand IDE正式发布,和JetBrains的其他IDE一样,每年大更新三次,不用担心新特性。
Promptui
https://github.com/manifoldco/promptui
这是一个Go语言的用于创建交互式CLI的库,看起来很方便哦。
Kubernetes deep dive: API Server
https://blog.openshift.com/kubernetes-deep-dive-api-server-part-1/
https://blog.openshift.com/kubernetes-deep-dive-api-server-part-2/
https://blog.openshift.com/kubernetes-deep-dive-api-server-part-3a/
介绍K8s的API server的基本实现。
Announcing the OpenShift Container Platform 3.7 GA
https://blog.openshift.com/announcing-the-openshift-container-platform-3-7-ga/
OpenShift Container Platform 3.7版本GA了,两个特性service catalog和brokers见下文介绍:
https://blog.openshift.com/whats-new-in-openshift-3-7-service-catalog-and-brokers/
现在RedHat和VMWare都明确了下一步发展是混合云啊,已经和AWS走得很近了。