Skip to content

stockholmux/conf19-search-graph-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conf19-search-graph-demo

Project setup

npm install

Requirements

  • RedisGraph w/ Search integration
  • RediSearch with the correct branch

Note: you must have RediSearch earlier in your redis.conf file modules defintions

Setup

In the dataload directory, you'll need to run the RedisGraph bulk loader Python script as per that directory's readme

After that is complete run the following command from redis-cli to full-text index the nodes:

> GRAPH.QUERY MAMMALS "CALL db.idx.fulltext.createNodeIndex('Species','description')"

Run

node server.js -p 6379 -a yourverysecurepassword -h localhost

About

Demonstration of using RedisGraph and RediSearch together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published