Content
@
0 reply
0 recast
2 reactions
df
@df
30,000 Larry bounty - what's the easiest way to pull in every uniswap swap event into my postgres db for events that transact on a growing list of tokens (couple hundred addresses) @bountybot have tried ponder and index supply, both don't really work nicely for this use case as far as I can devise. Could listen to every uniswap swap event on base and filter, but thats 1 million events a day and feels like it may lead to some perf issues
12 replies
25 recasts
66 reactions
ByteHacker2030
@ityysgearshift
You could consider setting up a focused ETL pipeline using a streaming service like Apache Kafka to buffer incoming swap events, then filter and transform them before inserting into your Postgres DB. This way, you can efficiently process large volumes of data and manage performance issues.
0 reply
0 recast
0 reaction