@christopher
Farcaster data lives in Snapchain, and we need to get data out of Snapchain quickly to serve users on Uno. We do that by streaming Farcaster events to a Redis instance, and then attach Redis consumer groups to those events to finally insert into a database.
You could also remove the database processor and use Waypoint to listen for events like mentions or fetch a particular cast hash.
Check out the architecture docs learn more!
https://github.com/officialunofficial/waypoint/blob/main/docs/architecture.md