Skip to content

Run all needed V2 indexer processors together #1271

@andygolay

Description

@andygolay

Is your feature request related to a problem? Please describe.

Each config.yaml file for a processor appears to be intended for only one processor. At least, I haven't figured out the sytax for adding more than one processor into a processor config file. It's not quite clear what is the best way to run all the processors we need, eg

`account_restoration_processor`, `account_transactions_processor`, `ans_processor`, `default_processor`, `events_processor`, `fungible_asset_processor`, `user_transaction_processor`, `stake_processor`, `token_v2_processor`, `objects_processor`, `monitoring_processor`, `gas_fee_processor`, `parquet_default_processor`, `parquet_objects_processor`, `parquet_user_transaction_processor`, `parquet_events_processor`, `parquet_ans_processor`, `parquet_fungible_asset_processor`, `parquet_transaction_metadata_processor`, `parquet_account_transactions_processor`, `parquet_token_v2_processor`, `parquet_stake_processor`

Describe the solution you'd like
Create a script or other method to run all the processors needed, so a GraphQL endpoint can be spun up with all desired queries successful.

Describe alternatives you've considered

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions