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

https://github.com/ecomdev/algolia-monitor

Tool to monitor index size for unexpected changes and output logs in that case
https://github.com/ecomdev/algolia-monitor

Last synced: 11 months ago
JSON representation

Tool to monitor index size for unexpected changes and output logs in that case

Awesome Lists containing this project

README

          

# Algolia Index Monitor

Algolia Index Monitor is a simple command-line tool for monitoring changes in the size of an Algolia index. If the index size changes, it fetches relevant logs and prints updates about modifications or deletions.

# Install

Use prebuild binary in releases or build one yourself with
```shell
cargo build --release
```

# Usage
```text
Algolia index size monitor

Usage: algolia-monitor [OPTIONS]

Arguments:
Application ID
Algolia API key
Name of the index to monitor

Options:
-e, --expected-records [default: 0]
-d, --delay [default: 30]
--delta [default: 1000]
-h, --help Print help
-V, --version Print version
```