This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app.get("/my-view", async (req, res) => { | |
| res.send(render("my-view", {data: await db.getData()})) | |
| }) | |
| function render(view, ctx = {}) { | |
| return _.template(fs.readFileSync(`./views/${view}.html`))(ctx) | |
| } |
We want to demonstrate how easy it is to model a domain as a graph and answer questions in almost natural language.
Graph Based Search and Discovery is prominent a use-case for graph databases like Neo4j.
OlderNewer