https://github.com/joeywhelan/beers-search
Demo of normalized data load + search in Redis
https://github.com/joeywhelan/beers-search
json redis search
Last synced: 2 months ago
JSON representation
Demo of normalized data load + search in Redis
- Host: GitHub
- URL: https://github.com/joeywhelan/beers-search
- Owner: joeywhelan
- License: mit
- Created: 2023-11-08T20:10:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T16:53:14.000Z (over 2 years ago)
- Last Synced: 2025-06-25T05:05:29.150Z (about 1 year ago)
- Topics: json, redis, search
- Language: Jupyter Notebook
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beers Dataset Search Examples
## Contents
1. [Summary](#summary)
2. [Approach](#approach)
3. [Features](#features)
4. [Prerequisites](#prerequisites)
5. [Usage](#usage)
## Summary
This demonstrates a technique for loading normalized data into Redis without denormalization. It further demonstrates some sample search queries on that data.
## Approach
Two normalized datasets in CSV format are loaded into Redis as JSON objects. Association between the two sets (breweries and beer types) is made via JSON array of beers in the brewery JSON boject.
## Features
- Redis JSON + Search