Skip to content

Commit 80d7076

Browse files
committed
Add demo
Former-commit-id: c3bb856
1 parent ad153bd commit 80d7076

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[![Docker Pulls](https://img.shields.io/docker/pulls/asaintsever/tinyworld?style=for-the-badge)](https://hub.docker.com/r/asaintsever/tinyworld)
88
[![Latest release](https://img.shields.io/github/v/release/asaintsever/tinyworld?style=for-the-badge)](https://github.com/asaintsever/tinyworld/releases)
99

10+
![](tinyworld.gif)
11+
1012
## Features
1113

1214
- Catalog your photos: metadata extraction & thumbnails generation

indexor/src/test/java/asaintsever/tinyworld/indexor/IndexorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void insertThenAggregateMetadata() throws IOException, InterruptedException {
194194
// Now, run template
195195
List<TermsAggregation> aggr = indexor.photos().getAggregations("year_country_month");
196196
System.out.println(aggr);
197-
197+
198198
assertTrue(aggr.size() > 0);
199199
}
200200

tinyworld.gif.REMOVED.git-id

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5d2e1c218dee6a043631ce303da3c5306877c812

0 commit comments

Comments
 (0)