Skip to content

Releases: infiniV/rsearch

Release v1.0.1

25 Nov 14:24

Choose a tag to compare

Patch release with CI fixes

Release v1.0.0

25 Nov 13:47

Choose a tag to compare

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.0

Binary

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-amd64

See the README for full documentation.

Docker Image

  • ghcr.io/infiniV/rsearch:v1.0.0
  • ghcr.io/infiniV/rsearch:latest

Checksums

See checksums.txt in the release assets.

Full Changelog: https://github.com/infiniV/rsearch/commits/v1.0.0