Merge pull request #134 from nosqlbench/modulenames-driver

rename activitytype modules to driver modules
This commit is contained in:
Jonathan Shook 2020-05-05 17:08:21 -05:00 committed by GitHub
commit 65cbbe7fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
189 changed files with 22 additions and 22 deletions

View File

@ -31,7 +31,7 @@ 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
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.

View File

@ -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