https://github.com/leviysoft/serach
Elasticsearch management GUI
https://github.com/leviysoft/serach
Last synced: about 2 months ago
JSON representation
Elasticsearch management GUI
- Host: GitHub
- URL: https://github.com/leviysoft/serach
- Owner: leviysoft
- License: wtfpl
- Created: 2016-07-27T21:21:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T21:34:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-20T06:17:49.632Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 666 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Serach
Serach is a GUI ElasticSearch client written in Scala that uses [elastic4s](https://github.com/sksamuel/elastic4s) DSL.
"Serach" is a common typo and (of course) mean "search".
At this moment Serach can execute Your query and represent result in a TreeView. There will be more
debug & administration features later.
### Building serach
Serach uses [sbt-javafx](https://github.com/kavedaa/sbt-javafx) for packaging. You can bundle Serach by the
following steps:
- set proper path for `ant-javafx.jar` in build.sbt
- set desired `bundleType` in build.sbt, see [this](https://github.com/kavedaa/sbt-javafx/blob/master/doc/packaging.md) for details
- run `javafx-prepare-build` to prepare build.xml for ant-javafx (this is necessary to be explicitly executed due to a bug in sbt-javafx)
- run `package-javafx`