We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aec732 commit 07dbfe9Copy full SHA for 07dbfe9
README.md
@@ -10,16 +10,21 @@ the size becomes 1.3GB.
10
11
1. Uncompress the archive.
12
13
- tar xvf dataset.tgz
14
-
+ ```
+ tar xvf dataset.tgz
15
16
2. Load the emails into Elasticsearch.
17
- npm install # if you haven't run this already
18
- ./load_into_es.sh
19
+ npm install # if you haven't run this already
20
+ ./load_into_es.sh
21
22
23
3. Load the emails in MySQL.
24
- ./load_into_mysql.sh
25
26
+ ./load_into_mysql.sh
27
28
29
## Appendix
30
0 commit comments