-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: create pindexer readme and mention pindexer<>pd compat in errors (
#4768) ## Describe your changes adds some explanation for a common issue with pindexer ## Issue ticket number and link fixes #4765 ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: indexer-only changes --------- Signed-off-by: Lúcás Meier <[email protected]> Co-authored-by: Lúcás Meier <[email protected]>
- Loading branch information
1 parent
2500935
commit a4dc478
Showing
3 changed files
with
15 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# pindexer | ||
|
||
A indexer that ingests ABCI events emitted by pd and transforms them into useful data. | ||
|
||
## Usage | ||
|
||
1. Follow the setup instructions in cometindex README | ||
2. `cargo run --bin pindexer -- -s "postgresql://localhost:5432/testnet_raw?sslmode=disable" -d "postgresql://localhost:5432/testnet_compiled?sslmode=disable"` | ||
|
||
## pd compatibility | ||
|
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