mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Merge pull request #134 from nosqlbench/modulenames-driver
rename activitytype modules to driver modules
This commit is contained in:
commit
65cbbe7fb4
@ -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