Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/redis-developer/search-sql
- Owner: redis-developer
- License: other
- Created: 2023-12-02T21:28:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T02:51:39.000Z (7 months ago)
- Last Synced: 2024-11-25T13:33:53.708Z (2 months ago)
- Topics: cdc, csharp, docker, docker-compose, dotnet, java, jedis, jupyter-notebook, node-redis, nodejs, nredisstack, oracle-database, python, redis, redis-data-integration, redis-py, sql
- Language: Jupyter Notebook
- Homepage: https://www.linkedin.com/pulse/redis-query-engine-data-integration-joey-whelan-jyvbc
- Size: 1.7 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```