Database syncs
Last updated
Last updated
Database syncs allow you to stream data to your own database in realtime.
Data will appear within seconds of a transaction on mainnet landing, and Shadow handles re-orgs for you automatically by replacing rows.
Choose your data: Export shadow and/or mainnet data (coming soon), and specify which contracts and events you want to export.
Choose your destination: You can send your data to your own Postgres database.
Choose your settings: Youâll be prompted to set a start block for the recurring export if youâd like to export historical data.
If you choose to export shadow data, youâll only be able to select events from contract addresses that you have shadowed (e.g. deployed modifications to). If you shadowed the implementation of a proxy contract, youâll need to perform a âno-op deployâ on the proxy contract by hitting âCompile > Deployâ in the editor without making any shadow changes. Weâre working on a better experience for this!