原文: Cassandra - A Decentralized Structured Storage System
This article is translated by @ono_matope. Please contact me if any problem.
# httpで受け取ったら問答無用でtagを入れてmongoへ | |
<source> | |
type http | |
port 8891 | |
<filter> | |
type include_tag | |
key tag | |
</filter> |
原文: Cassandra - A Decentralized Structured Storage System
This article is translated by @ono_matope. Please contact me if any problem.
# -*- coding: utf-8 -*- | |
# オープンソースで学ぶ社会ネットワーク分析 | |
# 第6章 バイラルへ!- 情報の拡散 | |
# 拡散モデルのエージェントのネットワーク(図6-5) | |
import networkx as net | |
import matplotlib.pyplot as plot | |
import matplotlib.colors as colors | |
import random as r |
http://hadoop-scr13th.eventbrite.com/
MixpanelとKissmetrixの比較レポートです。 | |
イベントの単位は、 | |
トラッキング(e.g mixpanel.track("User Login"))をした回数みたいです。 | |
それぞれの印象としては、 | |
Mixpanelは | |
・セットアップが簡単。使いやすい。 | |
・レポートもわかりやすい。 | |
・学習コストが低い。 |