You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/autonomous-database/autonomous-json/MongoDBReplay/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/
23
23
24
24
25
25
## Usage
26
-
1. Generic requirements
26
+
###Generic requirements
27
27
- MR_CONFIG_DIR variable has to be set to a directory, where configuration and log files are/will be stored
28
28
- JDK 21 (it can be Oracle or OpenJDK)
29
29
- Oracle JDK can be downloaded from the following link: https://www.oracle.com/java/technologies/downloads/#java21
30
30
- OpenJDK is usually available in a Linux packates repository, but also can be downloaded and installed independly from the following link: https://openjdk.org/
31
31
32
-
1.MDBExtractor
32
+
### MDBExtractor
33
33
requirements:
34
34
- Source MongoDB instance up and running
35
35
- Profiling at the MongoDB instance
@@ -113,7 +113,7 @@ See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/
113
113
```
114
114
this example assumes, that INPUT_FILE parameter IS NOT SET. Instead of the tool reads data from its standard input
115
115
116
-
2.MDBApplier
116
+
### MDBApplier
117
117
requirements
118
118
- target MongoDB instance up and running
119
119
- the following configuration file $MR_CONFIG_DIR/MDBApplierConfig.json needs to be existing with the following parameters
0 commit comments