goutamk09 commented on issue #213:
URL: https://github.com/apache/burr/issues/213#issuecomment-3980746770

   @skrawcz  I'd be interested in working on this.
   
   Proposed plan:
   
   - Mirror the existing Postgres persister structure first (same logical 
schema).
   - Implement a `GoogleSheetsPersister` using the Google Sheets Python API.
   - Add the Google client as an optional dependency (extras).
   - Add unit tests (mocking the Sheets API) plus a minimal example app.
   
   Before starting implementation, I’d like to confirm the data model direction:
   
   - Is mirroring the Postgres schema the preferred starting point?
   - For sheet layout, my initial proposal is:
     - one spreadsheet per deployment
     - a `states` tab keyed by (app_id, partition_key) storing serialized JSON 
+ timestamps
     - optionally an `events` tab if needed for parity
   
   Happy to adjust the layout if there’s a preferred structure before building 
too far.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to