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 for reading data from AIStore using Python SDK #1354

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

pzelasko
Copy link
Collaborator

@pzelasko pzelasko commented Jun 10, 2024

Support for AIStore dataloading. To enable, pip install aistore and set env var AIS_ENDPOINT=http://address:port.

It supports reading data from URLs such as ais://bucket-name/path/to/object.ext. When AIS_ENDPOINT is defined, we'll also redirect links such as s3://bucket/object.ext (and other object stores supported by AIStore) to AIStore rather than use smart_open.

@pzelasko pzelasko added this to the v1.24.1 milestone Jun 10, 2024
@pzelasko pzelasko merged commit 866e4a8 into master Jun 10, 2024
9 checks passed
@pzelasko pzelasko deleted the feature/aistore branch June 10, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant