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

Pipeline pattern for data generation #9

Open
jsmolar opened this issue Sep 14, 2020 · 0 comments
Open

Pipeline pattern for data generation #9

jsmolar opened this issue Sep 14, 2020 · 0 comments

Comments

@jsmolar
Copy link
Contributor

jsmolar commented Sep 14, 2020

Data generation process in Device:

  1. User requests new data with specific requirements: requestData(Object... params)
  2. The Device passes this request to the assigned DataFeed
  3. DataFeed generates a new set of data
  4. Data are returned to the Device
  5. The Device utilizes NetworkAdapter (if enabled) and return data to the user

This process could be reworked following the Pipeline pattern, where data generation and/or NetworkAdapter functionality would represent single sequences in the pipeline. This way many more data manipulation components can be added in the process which will widen the overall functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant