-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
area: C++Issues related to the C++ clientIssues related to the C++ clienttype: featureIssues that include feature request or feature ideaIssues that include feature request or feature idea
Description
Description
Enable analysis and visualization functionality that Xarray provides by creating methods that convert a SmartRedis Dataset to the Xarray data format in C++.
Justification
Users will not need to understand how to do dataset conversions themselves, and allow for efficient extraction of data from SmartRedis for analysis and visualization and will facilitate the integration of SmartRedis into existing workflows.
Implementation Strategy
Step 1. Add compatibility method that adds additional metadata to a SmartRedis dataset to prepare for Xarray conversion in C++
Step 2. Add transform method that returns a Xarray data array from a SmartRedis dataset that has had the compatibility method applied to it in C++
Acceptance Criteria
- Create a unit test for the compatibility method in
- Create a unit test for the transform method
Metadata
Metadata
Assignees
Labels
area: C++Issues related to the C++ clientIssues related to the C++ clienttype: featureIssues that include feature request or feature ideaIssues that include feature request or feature idea