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

Add JSDoc Comments - Adds simple JSDoc comments for the parameters of a selected function signature

使用 Visual Studio Code 撰寫 JavaScript,如果要加上 jsdoc comment,可以考慮為 Visual Studio Code 加裝 Add jsdoc comments 套件。 ...

August 7, 2018 · 1 min · 206 words · Larry Nung

Oracle SQL Developer - Import data modeler from DDL file

在維護 Data Modeler 時,若已有現成的 DDL File,可以點選 [File | Data Modeler | Import | DDL File] 主選單選項。 ...

August 6, 2018 · 1 min · 190 words · Larry Nung