From ff485d93dacb9f7edfc025dbd8da059ae9effb1e Mon Sep 17 00:00:00 2001 From: Sandeep Kunkunuru Date: Sun, 6 Feb 2022 04:55:25 +0530 Subject: [PATCH] Updates to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 001c849..3975f20 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,11 @@ VaidhyaMegha has built an open [knowledge graph](https://arxiv.org/pdf/2003.0232 ## Release notes +- v0.9 + - Enable server mode of execution using [HyperGraphQL](https://www.hypergraphql.org/) + ``` + java -cp "target/vaidhyamegha-knowledge-graphs-v0.9-jar-with-dependencies.jar:lib/*" com.vaidhyamegha.data_cloud.kg.App -m server + ``` - v0.8 - Enable GraphQL interface to the knowledge graph using [HyperGraphQL](https://www.hypergraphql.org/) ```