Releases: infiniV/rsearch
Releases · infiniV/rsearch
Release v1.0.1
Release v1.0.0
rsearch v1.0.0
Initial release of rsearch - a production-grade query translation service.
Features
- Convert OpenSearch/Elasticsearch query strings to PostgreSQL SQL
- Support for field queries, boolean operators, ranges, wildcards, and more
- Schema validation and field resolution
- Production-ready with observability and metrics
Installation
Docker
docker pull ghcr.io/infiniV/rsearch:v1.0.0Binary
Download the appropriate binary for your platform from the assets below.
Quick Start
# Extract the binary
tar -xzf rsearch-linux-amd64.tar.gz # or unzip for Windows
# Run the service
./rsearch-linux-amd64See the README for full documentation.
Docker Image
ghcr.io/infiniV/rsearch:v1.0.0ghcr.io/infiniV/rsearch:latest
Checksums
See checksums.txt in the release assets.
Full Changelog: https://github.com/infiniV/rsearch/commits/v1.0.0