Skip to main content
Reads and writes take different paths through Bindbee. Reads are served from data that has already been synced and normalized, so your app gets a fast, consistent response from any system. Writes go straight to the source system at the moment you send them. Most of what follows comes out of that difference.

Reading data

Where a read is served from, and the parameters that narrow, enrich and incrementally sync it.

Writing data

How a write reaches the source system, why its shape varies, and what happens when it fails.