Skip to content

Commit 56a3e9f

Browse files
author
Julien Ruaux
committed
Renamed project to Redis-SQL
1 parent bd7dd90 commit 56a3e9f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
= SQL Redis
22
:linkattrs:
33
:project-owner: redis-field-engineering
4-
:project-name: trino-redisearch
4+
:project-name: redis-sql
55
:project-group: com.redis
66
:project-version: 0.2.0
77

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}"]
1212

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

1515
== Docker Example
1616

@@ -59,7 +59,7 @@ For macOS: `brew install trino`
5959

6060
=== Install the connector
6161

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].
6363

6464
2. Unzip the release without any directory structure under `<trino>/plugin/redisearch`:
6565
+
@@ -110,7 +110,7 @@ Run these commands to build the Trino connector for RediSearch from source:
110110

111111
[source,console]
112112
----
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
115115
./gradlew clean build
116116
----

jreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project:
2-
name: sql-redis
2+
name: redis-sql
33
description: SQL interface for RediSearch
44
longDescription: SQL interface and JDBC driver for RediSearch
5-
website: https://github.com/redis-field-engineering/sql-redis
5+
website: https://github.com/redis-field-engineering/redis-sql
66
authors:
77
- Julien Ruaux
88
license: Apache-2.0
@@ -97,7 +97,7 @@ announce:
9797
slack:
9898
active: release
9999
channel: '#field-engineering-announcements'
100-
message: '🚀 SQL Redis {{projectVersion}} has been released! {{releaseNotesUrl}}'
100+
message: '🚀 Redis-SQL {{projectVersion}} has been released! {{releaseNotesUrl}}'
101101

102102
distributions:
103103
trino-redisearch:

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
apply plugin: 'org.kordamp.gradle.kordamp-parentbuild'
1717

18-
rootProject.name = 'sql-redis'
18+
rootProject.name = 'redis-sql'
1919

2020
projects {
2121
directories = ['subprojects']

0 commit comments

Comments
 (0)