microsoft / tyger

Remote signal processing.
https://microsoft.github.io/tyger/
MIT License
22 stars 7 forks source link

Support copying buffers between Tyger instances #141

Closed johnstairs closed 1 week ago

johnstairs commented 2 weeks ago

Introducing tyger buffer export STORAGE_ENDPOINT and tyger buffer import to efficiently copy buffers between Tyger instances.

These kick off system runs that run with the Tyger server's managed identity to have access to the database. It is the responsibility of the user to ensure that the source instance's managed identity has access to the destination's storage account.