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

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

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

## Prerequisites
- Docker Compose

## Usage
Simply follow the Jupyter notebook steps.