摘要: MongoDB是大数据技术中常用的NoSql型数据库,它提供的大量的查询、聚合等操作函数,对于大量查询的日志系统来说,该MongoDB是大数据日志存储的福音。Storm的高级编程技术Trident,也提供了与Mongo集成的方法,但官方只提供了新增的处理,对于常用的修改操作并未提供接口,本文提供了一 阅读全文
posted @ 2018-09-08 14:35 jpejie 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1、trident是什么?Trident is a high-level abstraction for doing realtime computing on top of Storm. It allows you to seamlessly intermix high throughput (m 阅读全文
posted @ 2018-09-07 15:37 jpejie 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 3.创建UVModel实体类 4.编写测试方法 阅读全文
posted @ 2018-09-03 10:46 jpejie 阅读(514) 评论(0) 推荐(0) 编辑
摘要: import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; public class SerializeUtil { /** * 对象序列化 ... 阅读全文
posted @ 2018-09-03 10:19 jpejie 阅读(204) 评论(0) 推荐(0) 编辑
摘要: import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.RedisTempl 阅读全文
posted @ 2018-09-03 10:11 jpejie 阅读(355) 评论(0) 推荐(0) 编辑