mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 07:03:35 -06:00
rename activitytype modules to driver modules
This commit is contained in:
parent
1a74499307
commit
2a93ac4987
@ -29,9 +29,9 @@ To make it easier to find the module you are looking for, the following strict
|
||||
naming conventions have been adopted:
|
||||
|
||||
- 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`.
|
||||
- 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 core runtime logic are named `engine-...`.
|
||||
- Project-wide maven defaults are contained in the mvn-defaults module.
|
||||
|
@ -8,7 +8,7 @@
|
||||
<relativePath>../mvn-defaults</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>activitytype-cql</artifactId>
|
||||
<artifactId>driver-cql</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<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