Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redis-developer/search-sql

Comparison of various Redis Search and SQL commands against the Chinook dataset.
https://github.com/redis-developer/search-sql

cdc csharp docker docker-compose dotnet java jedis jupyter-notebook node-redis nodejs nredisstack oracle-database python redis redis-data-integration redis-py sql

Last synced: 11 days ago
JSON representation

Comparison of various Redis Search and SQL commands against the Chinook dataset.

Awesome Lists containing this project

README

        

# Redis Search and SQL Query Comparisons

## Contents
1. [Summary](#summary)
2. [Features](#features)
3. [Prerequisites](#prerequisites)
4. [Installation](#installation)
5. [Usage](#usage)

## Summary
This is a series of comparisons of equivalent SQL and Redis Search commands against the Chinook dataset. Oracle Enterprise (OE) is used as the relational database with Redis Data Integration (RDI) used to populate a Redis Enterprise (RE) database via Change Data Capture (CDC.)

## Features
- Builds out a full RE with RDI and OE environment to include: 1-node RE Cluster, 1-node OE, and RDI.

## Prerequisites
- Ubuntu 20.x
- Docker Compose
- Docker
- python3
- java
- nodejs
- .net
- Oracle container registry credentials

## Installation
```bash
git clone https://github.com/redis-developer/search-sql.git && cd search-sql
```

## Usage
### Docker Containers Start-up
```bash
./start.sh
```
### Docker Containers Stop
```bash
./stop.sh
```