Skip to content

Convert SmartRedis DataSet to Xarray for C++ Client  #272

@juliaputko

Description

@juliaputko

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

No one assigned

    Labels

    area: C++Issues related to the C++ clienttype: featureIssues that include feature request or feature idea

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions