autopush-rs icon indicating copy to clipboard operation
autopush-rs copied to clipboard

Refactor Bigtable impl into a support.rs

Open data-sync-user opened this issue 7 months ago • 0 comments

The bigtable_client root module (mod.rs) became very large as we prototyped it: it can be easily split into smaller modules. One obvious separation point is the BigTableClientImpl code (which is largely generic Bigtable API calls) vs the impl DbClient – really our actual client implementation on top of the generic calls.

We could split it into at least a support.rs and possibly into further separate modules.

┆Issue is synchronized with this Jira Task

data-sync-user avatar May 21 '25 18:05 data-sync-user