The supplemental files to get the most out Redis University's course on Redis Insight.
commands.txt
- adds data for exploring in Redis Insight, removes pre-existing indexes on sample data to show tip when there are no indexesmake_bikes.py
- generates a file calledadd_bikes.txt
which, when uploaded to Redis Insight, will add 500,000 JSON documents for bikessearch_slow.py
- uses thekeys
command to perform very slow searchsearch_fast.py
- uses an index andft.search()...
to perform a much faster search
Due to how large the add_bikes.txt
file ends up crossing GitHubs limit without using large file storage; so, if you want to add 500,000 bike JSONs to a database, you'll need to run the make_bikes.py
file.