Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)