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
- Host: GitHub
- URL: https://github.com/ecomdev/algolia-monitor
- Owner: EcomDev
- Created: 2025-01-28T12:24:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T17:47:29.000Z (over 1 year ago)
- Last Synced: 2025-07-18T09:58:00.372Z (11 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```