engine-api · The engine API for nosqlbench; Provides the interfaces needed to build internal modules for the nosqlbench core engine
Group: io.nosqlbench - All Dependencies
drivers-api · The drivers API for nosqlbench; Provides the interfaces needed to build drivers that can be loaded by nosqlbench core
virtdata-api · The internal API module for Virtual Data Set modules. Each module that provides mapping functions should only have to depend on this module to get all the dependencies it needs.
nb-api · The top level API module for NoSQLBench. This module should have no internal module dependencies other than the mvn-default module. All modules within NoSQLBench can safely depend on this module with circular dependencies. This module provides cross-cutting code infrastracture, such as path utilities and ways of describing services used between modules. It is also the transitive aggregation point for system-wide library dependencies for logging and testing or similar needs.
driver-stdout · An nosqlbench ActivityType (AT) driver module; Provides basic formatting and output to stdout or files.
engine-core · Runtime artifact for nosqlbench; This module ties the core libraries, provided drivers, and API into a single executable jar
${project.artifactId} · An nosqlbench ActivityType (AT) driver module; Provides basic formatting and output to stdout or files.
${project.artifactId} · A CQL ActivityType driver for http://nosqlbench.io/
nb-annotations · This is the annotations module for NoSQLBench. It is the only upstream module from nb-api. It is a separate module to enable annotation processors to be compiled separately to be used downstream in any module that depends on the api. To use this module, simply depend on nb-api.
driver-diag · A nosqlbench ActivityType (AT) driver module; Provides a diagnostic activity that logs input at some interval
${project.artifactId} · A CQL ActivityType driver for http://nosqlbench.io/
driver-cql-shaded · A Shaded CQL ActivityType driver for http://nosqlbench.io/
virtdata-lib-realer · With inspiration from other libraries