Individual UDFs can be found under the JS folder.
Run the demo:
- Start FalkorDB using Docker:
docker run --pull=always --rm -p6379:6379 -p 3000:3000 falkordb/falkordb:edge - Creating the
Freshnessgraph: Cypher/create_graph.cypher - Load UDFS:
python load_udfs.py - Find freshest path between
Mountain OrchardandDowntown Market: Cypher/findFreshestPath.cypher - Generate output manifest:
Cypher/endToEnd.cypher