Skip to content

Conversation

@glopesdev
Copy link
Contributor

This PR introduces high-level infrastructure for automatically creating efficient register payload readers from a device metadata file. The proposed API parses an existing device schema and creates a data frame processing pipeline using function composition. Each step aims to use only efficient pandas operators so the final data extraction can be made as fast as possible.

The returned DeviceReader object is a dynamic collection of register readers, supporting automatic code-completion and leveraging parsed device metadata to maximize contextual exploration of device data.

@glopesdev glopesdev added the feature New planned feature label Oct 30, 2023
@glopesdev glopesdev merged commit 4db09e9 into main Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New planned feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants