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.

Лицензия

Лицензия

Группа

Группа

com.imperva.stepping
Идентификатор

Идентификатор

stepping
Последняя версия

Последняя версия

4.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Система контроля версий

Система контроля версий

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

Скачать stepping

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.31
com.imperva.sampler : perf-sampler jar 1.0.0
org.slf4j : slf4j-api jar 1.7.30
org.graphstream : gs-core jar 2.0
org.graphstream : gs-ui-swing jar 2.0
org.springframework : spring-context jar 5.2.19.RELEASE

test (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.9.2
3.9.1
3.9.0
3.8.0
3.7.2
3.6.3
3.5.0