Open anupamamurthi opened 2 years ago
This issue may require collaboration/inspiration from https://github.com/Trusted-AI/AIF360/issues/341
Sometimes data may reside in cloud object store or amazon s3. Some companies may prefer to store "internal/confidential" data in a COS bucket.
It will be good to have a mechanism to implement a "COSStore" which will help us download data from COS to our local machine.
It will be a fun exercise to poke around IBM COS (under the hoods, it uses aws s3 - so it maybe possible to leverage aws s3 api's)
https://www.ibm.com/cloud/object-storage
Python IBM COS SDK: https://github.com/IBM/ibm-cos-sdk-python
Please refer to #341 to learn about how to get started, why we care, possible implementation strategy etc
@anupamamurthi Hi I would like to work on this issue. Can you assign it to me ?
This issue may require collaboration/inspiration from https://github.com/Trusted-AI/AIF360/issues/341
Sometimes data may reside in cloud object store or amazon s3. Some companies may prefer to store "internal/confidential" data in a COS bucket.
It will be good to have a mechanism to implement a "COSStore" which will help us download data from COS to our local machine.
It will be a fun exercise to poke around IBM COS (under the hoods, it uses aws s3 - so it maybe possible to leverage aws s3 api's)
https://www.ibm.com/cloud/object-storage
Python IBM COS SDK: https://github.com/IBM/ibm-cos-sdk-python
Please refer to #341 to learn about how to get started, why we care, possible implementation strategy etc