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

feat: add base for StreamDataFrame #3

Merged
merged 11 commits into from
Mar 26, 2024
Merged

feat: add base for StreamDataFrame #3

merged 11 commits into from
Mar 26, 2024

Conversation

farbodahm
Copy link
Owner

@farbodahm farbodahm commented Mar 23, 2024

This PR:

  • Add base structure for a streaming data frame
  • Introduces stages as processing units of the SDFs
  • Add filter functionality to test SDF abstraction
  • Write test for all of the introduced logics
  • Add a CI to run go fmt and go test

@farbodahm farbodahm force-pushed the feat/init-dataframe branch from f13f242 to a17bd3a Compare March 24, 2024 22:24
@farbodahm farbodahm force-pushed the feat/init-dataframe branch 3 times, most recently from cbd5b47 to d31bf9f Compare March 25, 2024 12:37
@farbodahm farbodahm force-pushed the feat/init-dataframe branch from d31bf9f to e6bc9c9 Compare March 25, 2024 12:39
@farbodahm farbodahm force-pushed the feat/init-dataframe branch from 789e0c8 to 3583860 Compare March 25, 2024 22:11
@farbodahm farbodahm marked this pull request as ready for review March 26, 2024 21:32
@farbodahm
Copy link
Owner Author

This PR is good enough to be considered as the base of the project. For the sake of simplicity, I will merge this and add other important other functional requirements in up coming PRs.

@farbodahm farbodahm merged commit ede23c3 into main Mar 26, 2024
2 checks passed
@farbodahm farbodahm deleted the feat/init-dataframe branch March 26, 2024 21:34
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

Successfully merging this pull request may close these issues.

1 participant