forked from smartcontractkit/chainlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add to docker tools
- Loading branch information
Showing
7 changed files
with
84 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# Chainlink Ingester | ||
|
||
This directory contains the ingester project, which is responsible for taking data off the chain and aggregating it for reporting or analysis purposes. | ||
This directory contains the ingester project, which is responsible for taking | ||
data off the chain and aggregating it for reporting or analysis purposes. | ||
|
||
|
||
## Configuration | ||
|
||
The ingester application takes the following environment variables | ||
|
||
```bash | ||
# Ethereum Chain ID for the contracts you want to listen to | ||
ETH_CHAIN_ID | ||
# Websocket endpoint the monitor uses to watch the aggregator contracts | ||
ETH_URL | ||
# Postgres database host | ||
DB_HOST | ||
# Postgres database name | ||
DB_NAME | ||
# Postgres database port | ||
DB_PORT | ||
# Postgres database username | ||
DB_USERNAME | ||
# Postgres database password | ||
DB_PASSWORD | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters