Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support external storage locations for computed media columns #19

Open
mkornacker opened this issue Sep 19, 2023 · 0 comments
Open

Support external storage locations for computed media columns #19

mkornacker opened this issue Sep 19, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mkornacker
Copy link
Collaborator

mkornacker commented Sep 19, 2023

At the moment, all computed media values are stored in ~.pixeltable/media.

Instead, the user should be able to specify a storage destination when creating the table/column, like so:
create_table('new_tbl', {'video': VideoType(), 'audio': {'type': AudioType(), destination='/path/to/local/dir'}})

In addition, this should also support an external URL as the storage directory parameter (ex.: 's3://my-image-bucket...')

@mkornacker mkornacker added the good first issue Good for newcomers label Sep 19, 2023
@mkornacker mkornacker changed the title Support external storage locations for computed images Support external storage locations for computed media columns Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant