Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tristancacqueray/quickwit-haskell

Haskell client for quickwit.io
https://github.com/tristancacqueray/quickwit-haskell

haskell log-management quickwit search-engine tantivy

Last synced: 14 days ago
JSON representation

Haskell client for quickwit.io

Awesome Lists containing this project

README

        

# quickwit-haskell

Haskell libraries for the [quickwit](https://quickwit.io) search engine.

- [quickwit-client](./quickwit-client): API client
- [log-quickwit](./log-quickwit): log-base backend
- [journald-ingestor](./journald-ingestor): a demo application to ingest journald events
- [quickwit-ui](./quickwit-ui): a [monomer](https://github.com/fjvallarino/monomer) base gui to perform search

## Usage

Start the service:

```
nix develop --command quickwit run
```

Run the client demo:

```
nix develop --command ghcid --command "cabal repl quickwit-client" --test Quickwit.demo
```