stream-processor
Here are 12 public repositories matching this topic...
It can be very difficult to piece together a reasonably estimate of a history of events from the current workers logs because none of them have timestamps.
So for that end, I think we should add timestamps to the logs.
This has some cons:
- We can't just use
@printflike we have been until now. We need to either include a timestamp in every@printfcall (laborious and error prone) or c
-
Updated
Feb 11, 2022 - Go
Move to arrow2
Motivation:
- Improved compile times (at least by 2x compared to arrow-rs).
- Faster Parquet impl
- Projects are migrating to arrow2 (including Datafusion and Polars)
Integration tests were originally used within generator project as inline compiling was not supported by Fluxtion. Many tests have been migrated to use com.fluxtion.generator.util.MultipleSepTargetInProcessTest.
MultipleSepTargetInProcessTest has the following advantages:
- Supports in-process compiling no need for integration tests
- Parameterized to test both compiled and interpreted v
-
Updated
Jan 23, 2022 - JavaScript
-
Updated
Nov 29, 2016 - CoffeeScript
-
Updated
Jan 21, 2021 - Go
-
Updated
Nov 29, 2016 - JavaScript
-
Updated
Feb 19, 2022 - Python
-
Updated
Jul 25, 2018 - Java
-
Updated
Feb 27, 2019 - Java
Improve this page
Add a description, image, and links to the stream-processor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stream-processor topic, visit your repo's landing page and select "manage topics."
Under the hood, Benthos
csv inputuses the standardencoding/csvpackages's csv.Reader struct.The current implementation of csv input doesn't allow setting the
LazyQuotesfield.We have a use case where we need to set the
LazyQuotesfield in order to make things work correctly.