2017年6月10日

一款直接时空处理分析的开源数据库---geomesa

摘要: 一款直接时空处理分析的开源数据库 geomesa,可用于交通轨迹数据存储分析等相关领域, 在分布式列数据库的基础上进行扩展,目前支持Accumulo, HBase, Cassandra, and Kafka等作为底层存储。 地址链接: http://www.geomesa.org/ 一款直接时空处理 阅读全文

posted @ 2017-06-10 20:44 荣锋亮 阅读(1916) 评论(0) 推荐(0)

nginx php 配置

摘要: 1. 普通php 项目 location ~ \.php$ { root /usr/share/nginx/html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $docum 阅读全文

posted @ 2017-06-10 20:02 荣锋亮 阅读(329) 评论(0) 推荐(0)

Apache Accumulo

摘要: Apache Accumulo 是一个可靠的、可伸缩的、高性能的排序分布式的 Key-Value 存储解决方案, 基于单元访问控制以及可定制的服务器端处理。Accumulo使用 Google BigTable 设计思路,基于 Apache Hadoop、Zookeeper 和 Thrift 构建。  阅读全文

posted @ 2017-06-10 19:38 荣锋亮 阅读(957) 评论(0) 推荐(0)

Kubernetes Helm

摘要: Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources. Use Helm to... Find and use popular softwar 阅读全文

posted @ 2017-06-10 17:08 荣锋亮 阅读(852) 评论(0) 推荐(0)

Helm Charts

摘要: Use this repository to submit official Charts for Kubernetes Helm. Charts are curated application definitions for Kubernetes Helm. For more informatio 阅读全文

posted @ 2017-06-10 17:07 荣锋亮 阅读(1861) 评论(0) 推荐(0)

导航