Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T14:45:41.000Z (8 months ago)
- Last Synced: 2024-03-26T15:55:18.881Z (8 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: 139
- Watchers: 10
- Forks: 36
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Forum](https://img.shields.io/badge/Forum-RediSearch-blue)](https://forum.redislabs.com/c/modules/redisearch/)
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](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)