is not current version
Last Version 4.0.6

Stepping 3.9.2

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.

License

License

GroupId

GroupId

com.imperva.stepping
ArtifactId

ArtifactId

stepping
Version

Version

3.9.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/imperva/stepping.git
Source Code Management

Source Code Management

https://github.com/imperva/stepping.git

Download stepping 3.9.2


<!-- https://jarcasting.com/artifacts/com.imperva.stepping/stepping/ -->
<dependency>
    <groupId>com.imperva.stepping</groupId>
    <artifactId>stepping</artifactId>
    <version>3.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.imperva.stepping/stepping/
implementation 'com.imperva.stepping:stepping:3.9.2'
// https://jarcasting.com/artifacts/com.imperva.stepping/stepping/
implementation ("com.imperva.stepping:stepping:3.9.2")
'com.imperva.stepping:stepping:jar:3.9.2'
<dependency org="com.imperva.stepping" name="stepping" rev="3.9.2">
  <artifact name="stepping" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imperva.stepping', module='stepping', version='3.9.2')
)
libraryDependencies += "com.imperva.stepping" % "stepping" % "3.9.2"
[com.imperva.stepping/stepping "3.9.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.30
com.imperva.sampler : perf-sampler jar 1.0.0
org.slf4j : slf4j-api jar 1.7.30
org.springframework : spring-context jar 4.3.28.RELEASE

test (4)

Group / Artifact Type Version
org.junit.platform : junit-platform-launcher jar 1.6.1
org.junit.jupiter : junit-jupiter-engine jar 5.6.1
org.junit.vintage : junit-vintage-engine jar 5.6.1
org.mockito : mockito-core jar 3.3.3

Project Modules

There are no modules declared in this project.