https://github.com/redisearch/redisearch-getting-started
A RediSearch tutorial to learn the basis of RediSearch module, with sample application in Java, Python and Node.js
https://github.com/redisearch/redisearch-getting-started
java javascript jedis nodejs python redis redisearch search search-engines secondary-index
Last synced: 7 months ago
JSON representation
A RediSearch tutorial to learn the basis of RediSearch module, with sample application in Java, Python and Node.js
- Host: GitHub
- URL: https://github.com/redisearch/redisearch-getting-started
- Owner: RediSearch
- Created: 2020-09-14T07:34:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T14:45:41.000Z (almost 2 years ago)
- Last Synced: 2025-07-03T11:03:40.826Z (7 months ago)
- Topics: java, javascript, jedis, nodejs, python, redis, redisearch, search, search-engines, secondary-index
- Language: Vue
- Homepage: https://redisearch.io
- Size: 2.48 MB
- Stars: 153
- Watchers: 9
- Forks: 37
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://forum.redislabs.com/c/modules/redisearch/)
[](https://discord.gg/xTbqgTB)
# Getting Started with RediSearch 2.0

[RediSearch](https://redisearch.io) is a real-time indexing and search engine.
This project will let you discover the new major release (2.0) and see how to use it, in your application.
1. [Introduction](docs/001-introduction.md) (2mn)
1. [Install RediSearch 2.0 & Insert Data](docs/002-install-redisearch.md) (2mn)
1. [Create Index](docs/003-create-index.md) (5mn)
1. [Query Data](docs/004-query-data.md) (15mn)
1. [Manage Indexes](docs/005-manage-index.md) (5mn)
1. [Import Sample Dataset](docs/006-import-dataset.md) (2mn)
1. [Querying the Movie Dataset](docs/007-query-movies.md) (20mn)
1. [Aggregation](docs/008-aggregation.md) (15mn)
1. [Advanced Options](docs/009-advanced-features.md) (5mn)
1. [Sample Application](docs/010-application-development.md)