-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Milestone A: Create an Envio Indexer
Research: https://docs.envio.dev
Define Data Requirements and Sources: List out all the data points you need to index, like creation events, member interactions, proposal details, votes, and quorum data. Identify where this data will come from.
Design the Indexer Architecture: Plan how the indexer will capture, process, and store data. Think about scalability and real-time processing needs.
Develop the Indexer: Start coding the indexer. This step will likely be the most time-consuming, involving coding, testing, and debugging.
Test and Validate: Continuously test the indexer with real data to ensure it's capturing and indexing data accurately and efficiently.
Documentation: Document the functionality and usage of your indexer. This will be helpful for both your team and potential future users.