Hi there, I'm looking into migrating state and statements data from an existing LRS into lrsql. Are there any documents, tools, or APIs available to support this kind of migration?
A few approaches I’m considering:
Direct DB migration: Export data and transform it into SQL insert statements for all the relevant tables.
API-based migration: If lrsql exposes an admin-level API for backfilling statements and state, this would be ideal. It would abstract away internal table structure and help ensure data consistency.
One key requirement: I need to preserve the original stored timestamps from the source system. That’s currently my biggest blocker in evaluating the right path forward.
Any suggestions or guidance would be appreciated!
Hi there, I'm looking into migrating state and statements data from an existing LRS into lrsql. Are there any documents, tools, or APIs available to support this kind of migration?
A few approaches I’m considering:
Direct DB migration: Export data and transform it into SQL insert statements for all the relevant tables.
API-based migration: If lrsql exposes an admin-level API for backfilling statements and state, this would be ideal. It would abstract away internal table structure and help ensure data consistency.
One key requirement: I need to preserve the original stored timestamps from the source system. That’s currently my biggest blocker in evaluating the right path forward.
Any suggestions or guidance would be appreciated!