|
1 | 1 | = SQL Redis |
2 | 2 | :linkattrs: |
3 | 3 | :project-owner: redis-field-engineering |
4 | | -:project-name: trino-redisearch |
| 4 | +:project-name: redis-sql |
5 | 5 | :project-group: com.redis |
6 | 6 | :project-version: 0.2.0 |
7 | 7 |
|
8 | | -image:https://github.com/{project-owner}/sql-redis/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml"] |
9 | | -image:https://img.shields.io/maven-central/v/{project-group}/{project-name}[Download, link="https://search.maven.org/#search|ga|1|{project-name}"] |
10 | | -image:https://img.shields.io/nexus/s/{project-group}/{project-name}?server=https%3A%2F%2Fs01.oss.sonatype.org[Snapshot,link="https://s01.oss.sonatype.org/#nexus-search;quick~{project-name}"] |
11 | | -image:https://codecov.io/gh/{project-owner}/sql-redis/branch/master/graph/badge.svg?token=9I4H9NOBRQ["Coverage", link="https://codecov.io/gh/{project-owner}/sql-redis"] |
| 8 | +image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml"] |
| 9 | +image:https://img.shields.io/maven-central/v/{project-group}/trino-redisearch[Download, link="https://search.maven.org/#search|ga|1|trino-redisearch"] |
| 10 | +image:https://img.shields.io/nexus/s/{project-group}/trino-redisearch?server=https%3A%2F%2Fs01.oss.sonatype.org[Snapshot,link="https://s01.oss.sonatype.org/#nexus-search;quick~trino-redisearch"] |
| 11 | +image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token=9I4H9NOBRQ["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"] |
12 | 12 |
|
13 | | -SQL Redis is a SQL interface to https://oss.redislabs.com/redisearch/[RediSearch] implemented as a https://trino.io[Trino] connector. |
| 13 | +Redis-SQL is a SQL interface to https://oss.redislabs.com/redisearch/[RediSearch] implemented as a https://trino.io[Trino] connector. |
14 | 14 |
|
15 | 15 | == Docker Example |
16 | 16 |
|
@@ -59,7 +59,7 @@ For macOS: `brew install trino` |
59 | 59 |
|
60 | 60 | === Install the connector |
61 | 61 |
|
62 | | -1. Download latest https://github.com/redis-field-engineering/sql-redis/releases/latest[release]. |
| 62 | +1. Download latest https://github.com/redis-field-engineering/{project-name}/releases/latest[release]. |
63 | 63 |
|
64 | 64 | 2. Unzip the release without any directory structure under `<trino>/plugin/redisearch`: |
65 | 65 | + |
@@ -110,7 +110,7 @@ Run these commands to build the Trino connector for RediSearch from source: |
110 | 110 |
|
111 | 111 | [source,console] |
112 | 112 | ---- |
113 | | -git clone https://github.com/redis-field-engineering/sql-redis.git |
114 | | -cd sql-redis |
| 113 | +git clone https://github.com/redis-field-engineering/redis-sql.git |
| 114 | +cd redis-sql |
115 | 115 | ./gradlew clean build |
116 | 116 | ---- |
0 commit comments