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

https://github.com/thalesmg/tora-rs

A poor clone of tora-hs (https://github.com/dgvncsz0f/tora/) written in Rust
https://github.com/thalesmg/tora-rs

elk-stack logging rust tail

Last synced: over 1 year ago
JSON representation

A poor clone of tora-hs (https://github.com/dgvncsz0f/tora/) written in Rust

Awesome Lists containing this project

README

          

# tora-rs ![](https://travis-ci.org/thalesmg/tora-rs.svg?branch=master)

A poor clone of [tora-hs](https://github.com/dgvncsz0f/tora/) written in Rust as an exercise.

## Usage

```bash
$ cargo run -- -q "query" -i "index-name" [-c path/to/config]
```

## Configuration

The default configuration file is expected at `$HOME/.torars_rc` and should contain the following:

```json
{
"creds": {
"user": "USERNAME",
"password": "hunter2"
}
}
```