Skip to content

Commit

Permalink
Merge pull request #1 from moritzluedtke/v0.5
Browse files Browse the repository at this point in the history
V0.5
  • Loading branch information
moritzluedtke authored Jun 25, 2021
2 parents 7cf2c0a + 6f10bab commit bf1c473
Show file tree
Hide file tree
Showing 12 changed files with 554 additions and 154 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ESEF
*.zip
*.app
/dist
.DS_Store
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# ESEF
*ElasticSearch Explain (API) Formatter*

![alt text](assets/image/ESEF_Screenshot.png "ESEF Screenshot")

ESEF converts the output of ES explain API to a more readable format.

Two types of formats are supported:
![alt text](assets/image/ESEF_Screenshot_1.png "ESEF Screenshot - Text Mode")
![alt text](assets/image/ESEF_Screenshot_2.png "ESEF Screenshot - Gui Mode")

Three types of formats are currently supported:

- **Simple**

Expand Down Expand Up @@ -53,6 +54,9 @@ Two types of formats are supported:
├─ 1.000000 (dl, length of field)
└─ 1.000000 (avgdl, average length of field)
```
- **GUI**

Creates a clickable version of the tree for you to explore and discover.

## Development

Expand All @@ -61,6 +65,11 @@ Two types of formats are supported:
go run .
```

### Update Packages
```shell
go get -u
```

### Package locally
```shell script
# Build for Mac
Expand All @@ -69,7 +78,7 @@ rm ESEF

go build ESEF
cd dist/
fyne package -os darwin -appVersion "0.4.0" -icon ../icon.png -sourceDir ../
fyne package -os darwin -appVersion "0.5.0" -icon ../icon.png -sourceDir ../
```

### Good to know
Expand Down
Binary file removed assets/image/ESEF_Screenshot.png
Binary file not shown.
Binary file added assets/image/ESEF_Screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/ESEF_Screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bf1c473

Please sign in to comment.