Event Store - Subscribing to Receive Stream Updates with web interface

要透過 Web interface 去訂閱事件,可切換至 Persistent Subscriptions 頁面,點選 New Subscription 按鈕。 ...

September 6, 2018 · 1 min · 132 words · Larry Nung

Event Store - Streams projection

$streams 是 Event Store 預設提供的 Projection,可以將 Event Link 到一個集中的 Stream。 ...

September 6, 2018 · 1 min · 148 words · Larry Nung

Event Store - By event type projection

$by_event_type 是 Event Store 預設提供的 Projection,可以將 Event 依 Event Type 拆分成到對應的 Stream。 ...

September 4, 2018 · 1 min · 125 words · Larry Nung

Event Store - By category projection

$by_category 是 Event Store 預設提供的 Projection,可以將 Event 依 Stream ID 去拆分成不同 Category 的 Stream。 ...

September 3, 2018 · 1 min · 263 words · Larry Nung

Event Store - Read a Stream of Events with HTTP API

要透過 HTTP API 去讀取 Stream 下的所有 Event,可以像下面這樣向 Event Store 查詢。 ...

September 2, 2018 · 1 min · 120 words · Larry Nung

Event Store - Writing events with HTTP API

要透過 HTTP API 去發送 event,可以朝以下位置發送 Post。 ...

August 29, 2018 · 1 min · 165 words · Larry Nung

Event Store - Install with docker

要透過 Docker 使用 Event Store,可以調用下列命令: ...

August 27, 2018 · 1 min · 100 words · Larry Nung

Event Store - Writing events with web interface

要透過 Web interface 去發送 event,可以將 Web interface 切換至 Stream Browser 頁面。 ...

August 22, 2018 · 1 min · 151 words · Larry Nung

Event Store - Install on Windows

要在 Windows 下使用 Event Store,首先需確定環境已安裝: ...

August 21, 2018 · 1 min · 213 words · Larry Nung