Skip to content

Commit 45fdf72

Browse files
committed
updated doc
1 parent d8359bf commit 45fdf72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/architecture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ There are three pieces: the indexer, the API, Meilisearch, and Soketi.
66

77
![diagram](./images/indexer.png)
88

9-
The indexer is composed of a blockchain node running the normal binary,
10-
represented in the diagram above as `node`, and an exporter process that runs
11-
alongside it. The exporter listens for state events and writes them to a
12-
PostgreSQL database. Each state write is formatted as a JSON object representing
13-
a state change and its metadata, such as the contract and block height.
9+
The indexer is composed of a blockchain node running the normal binary and
10+
exporter processes (tracer and workers) that run alongside it. The exporter
11+
listens for state events and writes them to a PostgreSQL database. Each state
12+
write is formatted as a JSON object representing a state change and its
13+
metadata, such as the contract and block height.
1414

1515
Read the [exporter docs](./exporter.md) for more information on how the exporter
1616
works and what its responsibilities are.

0 commit comments

Comments
 (0)