Ne Xen
12/16/2025, 6:40 PMAndy Carter
12/17/2025, 9:49 AMEdgar Ramírez (Arch.dev)
12/19/2025, 6:44 PMautomatic fetch of financial data from stripe and appstore and load it up in accounting softwaresounds like a use case of reverse ETL. You'd load the financial data into a data warehouse, model it according to the structure expected by the accounting software, and then use an custom target (e.g. target-quickbooks). The latter part is usually custom because it's hard to generalize the expectations of reverse ETL targets, but the Singer SDK has the basic building blocks.