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: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,12 @@ The library reads all the metadata it needs from the entity class (index name, i
8
8
9
9
## Features
10
10
11
-
***Simple API** and no configuration required
12
-
* Support for **JUnit 4** via `LoadEsDataRule`
13
-
* Support for **JUnit Jupiter** via `@LoadEsDataConfig` or `@LoadEsDataExtension`
14
-
* Built-in support for **gzipped data**
15
-
* Written in **Java 8**
16
-
* Based on **Spring (Data, Test)**
17
-
11
+
***Simple API** and no configuration required
12
+
* Support for **JUnit 4** via `LoadEsDataRule`
13
+
* Support for **JUnit Jupiter** via `@LoadEsDataConfig` or `@LoadEsDataExtension`
14
+
* Built-in support for **gzipped data**
15
+
* Written in **Java 8**
16
+
* Based on **Spring (Data, Test)**
18
17
19
18
## Dependencies
20
19
@@ -25,7 +24,7 @@ The library reads all the metadata it needs from the entity class (index name, i
25
24
26
25
## Installation & Usage
27
26
28
-
The library is splitted into 2 independent sub-modules, both will be available on Maven Central (*soon*):
27
+
The library is splitted into 2 independent sub-modules, both will be available on [Bintray](https://bintray.com/tinesoft/maven), Maven Central (*soon*):
29
28
30
29
*`spring-esdata-loader-junit4` for testing with **JUnit 4**
31
30
*`spring-esdata-loader-junit-jupiter` for testing with **JUnit Jupiter**
@@ -76,8 +75,8 @@ To get started,
76
75
77
76
2. write your test class. You can have a look at:
78
77
79
-
*[junit4](/junit4) - if your are using **JUnit 4**
80
-
*[junit-jupiter](/junit-jupiter) - if you are using **JUnit Jupiter**
78
+
*[junit4](/junit4) - if your are using **JUnit 4**
79
+
*[junit-jupiter](/junit-jupiter) - if you are using **JUnit Jupiter**
81
80
82
81
## Data Format
83
82
@@ -102,6 +101,7 @@ from your Elasticseach server, and them dump them into a JSON file.
> The above command will run `elasticdump` to extract data from an index named `my_index` on a ES server located at http://localhost:9200 and then save the result into a file named `my_index_data.json`
106
106
107
107
> If you change the `--output` part above into `--output=$ | gzip my_data.json.gz` the data will be automatically gzipped
0 commit comments