### Goal: now "mimics the same functionality as the (uniswap & co) sub-graph” **To do:** - add event processor - - add subgraph-like functionality (calculate/aggregate complex data from events), similar to https://github.com/Uniswap/v2-subgraph/tree/master/src/mappings - - exclusively use objects/data from the database (row locking) - - possibly single threaded at first
Goal: now "mimics the same functionality as the (uniswap & co) sub-graph”
To do:
similar to https://github.com/Uniswap/v2-subgraph/tree/master/src/mappings