数据采集
-
使用 mtools 搭架 mongodb 的自动化日志分析平台详解大数据
mtools 是一款优秀的开源工具,是由 mongodb 公司的工程师个人维护的,在git上可以下载: IT虾米网 创建平台目录 # mkdir /apps # cd /apps …
-
rvm,ruby的安装详解大数据
os: centos 7.5 ruby:2.4.4 安装rvm # curl -L get.rvm.io | bash -s stable % Total % Received %…
-
mongodb sharding 的安装( replica set + sharding)详解大数据
os: centos 7.4 monggo: 3.6.6 mongo 作为一款优秀的nosql产品,sharding功能是必须的,其包含如下组件。 config server: 存…
-
mongodb sharding ( replica set + sharding) 添加shard节点详解大数据
os: centos 7.4 monggo: 3.6.6 mongodb replicat set + sharding 规划如下: 192.168.56.101 node1 co…
-
mongodb sharding ( replica set + sharding) 移除shard节点详解大数据
os: centos 7.4 monggo: 3.6.6 mongodb replicat set + sharding 规划如下: 192.168.56.101 node1 co…
-
debian 8.2 + apt-get + mongodb 3.2 + replica set详解大数据
安装debian 8.2 安装 mongodb 3.2 192.168.0.100 debian1 192.168.0.101 debian2 可以参考博客安装。 配置 repli…
-
mongodb 副本集重新配置详解大数据
> db.version(); 3.2.6 > conf=rs.conf() > conf.members[0].host=”192.168.56.200:270…
-
update多个字段的写法详解大数据
第一种写法:update a set (c1,c2,c3) =(select c1,c2,c3 from b where……) where …&…
-
关于子查询中的order by子句详解大数据
关于子查询中能否用order by子句,有以下两种情况: 第一种例如: select a.col1 from a where a.col2 in (select b.col2 fr…
-
查看ElasticSearch服务状态和结果的URL详解大数据
查看es集群状态 http://ip:port/_cat/health?v 集群节点健康查看 http://ip:port/_cat/nodes?v 列出集群索引 http://i…