[S2GRAPH-215] Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces
JIRA: [S2GRAPH-215] https://issues.apache.org/jira/browse/S2GRAPH-215 Pull Request: Closes #167 Author daewon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/32eb344a Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/32eb344a Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/32eb344a Branch: refs/heads/master Commit: 32eb344a7b4c40ab2648c7dfefc8f56fc131eb85 Parents: 4b94204 Author: daewon <[email protected]> Authored: Mon Jun 4 18:16:11 2018 +0900 Committer: daewon <[email protected]> Committed: Mon Jun 4 18:16:11 2018 +0900 ---------------------------------------------------------------------- CHANGES | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/32eb344a/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 4902ac6..b9bf81b 100644 --- a/CHANGES +++ b/CHANGES @@ -89,6 +89,7 @@ Release Notes - S2Graph - Version 0.2.0 * [S2GRAPH-185] - Support Spark Structured Streaming to work with data in streaming and batch. * [S2GRAPH-183] - Provide batch job to dump data stored in HBase into file. * [S2GRAPH-206] - Generalize machine learning model serving. + * [S2GRAPH-215] - Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces ** Task * [S2GRAPH-162] - Update year in the NOTICE file.
