algorand / conduit

Algorand's data pipeline framework.
MIT License
37 stars 26 forks source link

Design: Startup an Indexer automatically #135

Open shiqizng opened 1 year ago

shiqizng commented 1 year ago

Problem

When we want to run an Indexer with Conduit, we need to first start the Conduit and then the Indexer in separate startup commands. For a simple single node indexer deployment, it would be better if the indexer API is available when running Conduit.

Solution

Propose a solution to run the Indexer API as part of Conduit.