https://github.com/boonious/hui_mon
A top-like monitor for Solr search engine.
https://github.com/boonious/hui_mon
Last synced: 8 months ago
JSON representation
A top-like monitor for Solr search engine.
- Host: GitHub
- URL: https://github.com/boonious/hui_mon
- Owner: boonious
- License: apache-2.0
- Created: 2021-04-22T09:02:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T15:21:17.000Z (about 5 years ago)
- Last Synced: 2023-03-10T20:47:02.917Z (over 3 years ago)
- Language: Elixir
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hui 辉 mon [](https://travis-ci.com/github/boonious/hui_mon)
A top-like monitor for Solr search engine, currently being prototyped.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `hui_mon` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:hui_mon, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/hui_mon](https://hexdocs.pm/hui_mon).