码迷,mamicode.com
首页 >  
搜索关键字:event processing    ( 12390个结果
A Deep Dive into Rescalable State in Apache Flink
An Intro to Stateful Stream Processing At a high level, we can consider state in stream processing as memory in operators that remembers information a ...
分类:Web程序   时间:2020-06-04 21:20:14    阅读次数:74
比较全的常见的架构设计思想整理
一、MPP 架构 1、MPP架构的基础概念 MPP (Massively Parallel Processing),即大规模并行处理,在数据库非共享集群中,每个节点都有独立的磁盘存储系统和内存系统,业务数据根据数据库模型和应用特点划分到各个节点上,每台数据节点通过专用网络或者商业通用网络互相连接,彼 ...
分类:其他好文   时间:2020-06-04 13:54:20    阅读次数:312
Flume-0.9.4和Hbase-0.96整合
这几天由于项目的需要,需要将Flume收集到的日志插入到Hbase中,有人说,这不很简单么?Flume里面自带了Hbase sink,可以直接调用啊,还用说么?是的,我在本博客的《Flume-1.4.0和Hbase-0.96.0整合》文章中就提到如何用Flume和Hbase整合,从文章中就看出整个过 ...
分类:Web程序   时间:2020-06-04 10:26:08    阅读次数:83
epoll oneshot
/* Epoll private bits inside the event mask */#define EP_PRIVATE_BITS (EPOLLWAKEUP | EPOLLONESHOT | EPOLLET | EPOLLEXCLUSIVE) ...
分类:其他好文   时间:2020-06-04 00:59:19    阅读次数:74
结合 AOP 轻松处理事件发布处理日志
结合 AOP 轻松处理事件发布处理日志 Intro 前段时间,实现了 EventBus 以及 EventQueue 基于 Event 的事件处理,但是没有做日志(EventLog)相关的部分,原本想增加两个接口, 处理事件发布日志和事件处理日志,最近用了 AOP 的思想处理了 EntityFrame ...
分类:其他好文   时间:2020-06-03 23:23:40    阅读次数:57
Flink:What is stream processing?
Ververica was founded by the original creators of Apache Flink®, and we’ve spent a long time solving problems in the stream processing space. In this ...
分类:其他好文   时间:2020-06-03 17:30:51    阅读次数:66
构建libevent pdf 文档
通过github下载的libevent,可以构建对应的文档 安装doxygen sudo zypper in doxygen 在libevent目录运行 doxygen -g 在libevent目录运行 doxygen Doxyfile 进入latex目录运行 make ,这时会报错,我们需要安装t ...
分类:其他好文   时间:2020-06-03 15:20:54    阅读次数:78
openSUSE编译libevent
https://github.com/libevent/libevent.git https://github.com/libevent/libevent/blob/master/Documentation/Building.md#building-on-unix-cmake 从github上下载l ...
分类:其他好文   时间:2020-06-03 15:13:56    阅读次数:61
C#连接mysql数据库实现登陆注册界面
环境:Mysql 5.7.28 + VS2017 一、配置并测试Mysql数据库 1. 安装mysql 去mysql官网下载安装,可见安装教程 2. 在VS中添加引用 项目-->添加引用 选择“浏览”-->找到mysql安装文件夹中的MySql.Data.dll 3. 测试 添加 添加using M ...
分类:数据库   时间:2020-06-02 23:04:35    阅读次数:390
使用addEventListener绑定事件是关于this和event记录
DOM元素使用addEventListener绑定事件的时候经常会碰到想把当前作用域传到函数内部,可以使用以下两种放下: var bindAsEventListener=function (object, fun) { return function(event){ return fun.call( ...
分类:其他好文   时间:2020-06-02 23:04:02    阅读次数:140
12390条   上一页 1 ... 43 44 45 46 47 ... 1239 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!