Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conduit example that uses the Indexer API and a filter processor #1462

Open
algoanne opened this issue Feb 9, 2023 · 0 comments
Open

Conduit example that uses the Indexer API and a filter processor #1462

algoanne opened this issue Feb 9, 2023 · 0 comments

Comments

@algoanne
Copy link
Contributor

algoanne commented Feb 9, 2023

A use case expected to be very common is for people to use Conduit to run essentially a light Indexer. One of the main issues with Indexer historically is the size of data and the corresponding slowness to catch up. With Conduit, people can run exactly the Indexer setup, but with a filter processor to filter only on the data they care about for their app (e.g. only data involving a certain app ID).

The key value here is that unlike completely custom Conduit pipelines, in this situation apps can still use the Indexer API.

To make it crystal clear how to achieve this and help people adopt this pattern, we should provide the example configuration and setup you would need to do as a documentation page. This story is to write that example and document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant