An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Elastron

Desktop Elasticsearch client.

![2024-11-04_10-36-06](https://github.com/user-attachments/assets/3e9a964d-28f3-4ba1-a6cb-94f949fda13b)

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
```