https://github.com/antonkorotkov/elastron
Elasticsearch Desktop GUI Client for Mac, Windows, and Linux
https://github.com/antonkorotkov/elastron
elasticdump elasticsearch electron gui linux macos nodejs svelte windows
Last synced: 8 months ago
JSON representation
Elasticsearch Desktop GUI Client for Mac, Windows, and Linux
- Host: GitHub
- URL: https://github.com/antonkorotkov/elastron
- Owner: antonkorotkov
- License: mit
- Created: 2020-04-10T11:48:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T19:29:23.000Z (about 1 year ago)
- Last Synced: 2025-05-02T20:27:55.288Z (about 1 year ago)
- Topics: elasticdump, elasticsearch, electron, gui, linux, macos, nodejs, svelte, windows
- Language: Svelte
- Homepage: https://elastron.eney.solutions
- Size: 2.23 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# Elastron
Desktop Elasticsearch client.

The project is NOT actively maintained. It has bugs, smelling code, and ugly code formatting. 🤓 And it has no tests.
So, please, feel free to create issues, PRs, and maybe I will find some time to keep this project alive.
### Install
```sh
yarn
```
```sh
yarn build
```
Development in browser: (no interaction with real elastic server)
```sh
yarn dev
```
Development preview as an app:
```sh
yarn start
```
App build:
```sh
yarn dist-mac
yarn dist-win
yarn dist-linux
yarn dist #for all
```