Multi-Model in Action: Using RedisGraph and RediSearch together
At RedisConf19, a solution for running full-text RediSearch over nodes in RedisGraph was demonstrated. The solution allows users to search for animals and see how they are related via the biological classification system. Although the integration between RediSearch and RedisGraph is still early and not ready for production, it has potential for future use. To replicate this solution, one needs to build both RediSearch and RedisGraph based on specific branches in their respective repositories. The data set used in the demo was created by loading information about mammals from CSV files into RedisGraph. A simple UI was built using Node.js and Vue.js components, with a server running on Express.js primarily using websockets to communicate back and forth. The solution demonstrates the integration of two distinct models – graph and full-text search.
Company
Redis
Date published
May 1, 2019
Author(s)
Redis
Word count
1137
Hacker News points
None found.
Language
English