/goodbooks10k-dataset-explorer-DEPRECATED

A React app for exploring the goodbook10k dataset using Elasticsearch

Primary LanguageJavaScript

Goodbooks10K dataset search tool

A simple React Elasticsearch tool to explore the Goodbooks10k dataset allowing filtering by book title and user tags.

Installation

  • Run npm install

Data loading

Currently the way to load the data to an elasticsearch instance is through the nested_create_es_index.py script in the data directory. You will need to install the elasticsearch-py package for it to work.

Gotchas