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

Efficient data selection / storage in data consumers #12

Open
CarterFendley opened this issue Dec 12, 2021 · 0 comments
Open

Efficient data selection / storage in data consumers #12

CarterFendley opened this issue Dec 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@CarterFendley
Copy link
Contributor

For now, inheritors of the Consumer object manage their own data selection and storage. There is potential to assure that if multiple Consumers are ingesting the same data they do not store duplicates in memory.

Would have to take control of the selection of data and access later. As well as put careful thought into the whole idea.

@CarterFendley CarterFendley added the enhancement New feature or request label Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant