Reads real time data from Farcaster nodes and indexes it directly into your PostgreSQL database.
Get complete Farcaster protocol data, custom filtering, and seamless integration for building scalable applications.
Are you correctly provisioned?If you’re indexing a large volume of data (especially full network data), your database needs to be properly provisioned for write-heavy workloads. Refer to our provisioning requirements guide for details based on the scale of your indexing.
Are you running intense read queries on the same db?If you’re running heavy or complex read queries on the same tables our indexer is writing to, it can slow down the pipeline. We recommend setting up a read replica and run your queries against that, so writes are not blocked.
Where is your database located?Our indexer pipelines run in AWS US-East-1. If your destination database is hosted in a region far from this (e.g. Europe or Asia), network latency could increase. Consider hosting your database closer to US-East-1 for optimal performance.