You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/IndexerWriter.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ graph LR;
36
36
37
37
## Node (algod with follow mode)
38
38
39
-
This is the blockchain data source. When in [follow mode](follow-mode-doc), algod is controlled by Conduit to ensure the two services are always operating on the same block. In this way algod is able to
39
+
This is the blockchain data source. When in [follow mode][follow-mode-doc], algod is controlled by Conduit to ensure the two services are always operating on the same block. In this way algod is able to
40
40
store the minimum number of blocks required to stream data to Conduit.
41
41
42
42
We will cover a basic installation using `update.sh`, for [additional
43
-
information refer to the developer portal.](node-install-doc)
43
+
information refer to the developer portal.][node-install-doc]
44
44
45
45
```bash
46
46
# Download update.sh script.
@@ -80,7 +80,7 @@ When finished, this command will stop the node:
80
80
81
81
This document cannot go into the complete details for configuring your
82
82
database. PostgreSQL or a compatible database like Amazon Aurora are suitable
83
-
for the Indexer API. See the [Indexer](indexer-readme) documentation more details.
83
+
for the Indexer API. See the [Indexer][indexer-readme] documentation more details.
84
84
85
85
For this tutorial the process is simplified by using a local docker image.
86
86
@@ -106,7 +106,7 @@ docker rm local-database
106
106
107
107
Now we will configure Conduit to import data from `algod` and export to `PostgreSQL`.
108
108
109
-
Download the `conduit` binary [from the releases page](conduit-release). Put
109
+
Download the `conduit` binary [from the releases page][conduit-release]. Put
110
110
the binary in the current working directory, or install it to your path and use
111
111
normally.
112
112
@@ -145,9 +145,9 @@ Start Conduit with:
145
145
146
146
## Indexer API
147
147
148
-
With data in PostgreSQL, you can now start the [Indexer API](indexer-read-only).
148
+
With data in PostgreSQL, you can now start the [Indexer API][indexer-read-only].
149
149
150
-
Download Indexer 3.x [from the releases page](indexer-release). Put
150
+
Download Indexer 3.x [from the releases page][indexer-release]. Put
151
151
the `algorand-indexer` binary in the current working directory, or install it to your path and use
152
152
normally.
153
153
@@ -161,7 +161,7 @@ To test that it's working, here is an example API call:
0 commit comments