mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
rename activitytype modules to driver modules
This commit is contained in:
parent
1a74499307
commit
2a93ac4987
@ -31,7 +31,7 @@ naming conventions have been adopted:
|
|||||||
- All packages within a module start with `io.nosqlbench`, followed by the module name,
|
- All packages within a module start with `io.nosqlbench`, followed by the module name,
|
||||||
with hyphens converted to dots. For example, the 'engine-api' module contains
|
with hyphens converted to dots. For example, the 'engine-api' module contains
|
||||||
packages in `io.nosqlbench.engine.api`.
|
packages in `io.nosqlbench.engine.api`.
|
||||||
- Modules which implement activity types (high-level protocol drivers) are named `activitytype-...`.
|
- Modules which implement activity types (high-level protocol drivers) are named `driver-...`.
|
||||||
- Modules which provide procedural data generation support are named `virtdata-...`.
|
- Modules which provide procedural data generation support are named `virtdata-...`.
|
||||||
- Modules which provide core runtime logic are named `engine-...`.
|
- Modules which provide core runtime logic are named `engine-...`.
|
||||||
- Project-wide maven defaults are contained in the mvn-defaults module.
|
- Project-wide maven defaults are contained in the mvn-defaults module.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<relativePath>../mvn-defaults</relativePath>
|
<relativePath>../mvn-defaults</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>activitytype-cql</artifactId>
|
<artifactId>driver-cql</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user