s

stepping

Stepping is a framework designed to ease the implementation of data processing solutions. In use cases where we need to implement data or data-streaming algorithms or any other processing on data, we need to first handle many different infrastructure issues. For example, we need to decide how to split the data processing logic into different steps, think about our threading policy, how to handle communication between the different steps, error handling etc. One of the most important subjects is the Threading Policy of our solution. For example, we need to think how many threads to open, have the option to distribute the processing of data to multiple 'executors' in parallel, have a thread-safe communication layer between the threads etc. On top of that we also care a lot about the performance of our solution, we want to make sure that the latency added by these infrastructures is minimal as possible. Stepping aims to handle many of these aspects so developers can spend their time on the business logic instead of solving these infrastructure and data flow issues issues over and over again.
https://github.com/imperva/stepping.git
The Apache License, Version 2.0
Gabriel Beyo
Aggregated version Version Update time
5.0 5.0.0 Oct 20, 2022
4.0 4.0.6 May 04, 2022
4.0.5 Apr 26, 2022
4.0.4 Apr 25, 2022
4.0.3 Apr 25, 2022
4.0.2 Apr 20, 2022
4.0.1 Apr 13, 2022
4.0.0 Apr 12, 2022
3.9 3.9.2 Oct 12, 2020
3.9.1 Jul 14, 2020
3.9.0 Jun 17, 2020
3.8 3.8.0 Mar 30, 2020
3.7 3.7.2 Jan 02, 2020
3.6 3.6.3 Nov 04, 2019
3.5 3.5.0 Apr 04, 2019
15 Records