Skip to content

Commit

Permalink
Update README for DataGenerator to pickup enum name changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
  • Loading branch information
gregschohn committed Oct 24, 2024
1 parent 9078313 commit c5b7b0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DataGenerator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@ This tool is used to generate data for testing a search cluster. The workloads a
- [Data Generator](#data-generator)
- [Workloads](#workloads)
- [HttpLogs](#httplogs)
- [Geonames](#geonames)
- [Nested](#nested)
- [NycTaxis](#nyctaxis)
- [HTTP_LOGS](#HTTP_LOGS)
- [GEONAMES](#GEONAMES)
- [NESTED](#NESTED)
- [NYC_TAXIS](#NYC_TAXIS)
- [Run Data Generator](#run-data-generator)
- [Run workloads programmatically](#run-workloads-programmatically)
- [Generate data via Gradle](#generate-data-via-gradle)

## Workloads

The following workloads are supported and can be controlled with the `--workloads [workload1] [workload2] [...]`: `HttpLogs`, `Geonames`, `Nested`, `NycTaxis`.
The following workloads are supported and can be controlled with the `--workloads [workload1] [workload2] [...]`: `HTTP_LOGS`, `GEONAMES`, `NESTED`, `NYC_TAXIS`.

### HttpLogs
### HTTP_LOGS

Multiple indices with HTTP request log file entries that include client IP, timestamp, and request details.

### Geonames
### GEONAMES

A single index containing a list of geographic features from all over the world.

### Nested
### NESTED

A single index of Stack Overflow questions with user IDs and timestamps, along with answers containing user IDs and timestamps, using the nested mapping type.

### NycTaxis
### NYC_TAXIS

A single index of taxi trip record data from every time a taxi dropped off a fare in the area.

Expand Down

0 comments on commit c5b7b0f

Please sign in to comment.