1. 3355701 Extract Where and EdgeTransformer to TraversalHelper. by DO YUNG YOON · 6 years ago
  2. 23a2277 add content-type: application/graphql by daewon · 6 years ago
  3. c13a5e9 make middleware for GraphFormatWriter by daewon · 6 years ago
  4. bb78c7d add extension for SigmaJs by daewon · 6 years ago
  5. 29a4ed9 add continuous trigger option by Chul Kang · 6 years ago
  6. 488a56d add partition options for source df by Chul Kang · 6 years ago
  7. d93e5de add dataframe cache option by Chul Kang · 6 years ago
  8. 63727f3 support multiple partitions by Chul Kang · 6 years ago
  9. f42885b add operations not supported on sql by Chul Kang · 6 years ago
  10. d1d1740 add simple test by daewon · 6 years ago
  11. 8af51d9 Merge branch 'master' into S2GRAPH-216 by daewon · 6 years ago
  12. 32eb344 [S2GRAPH-215] Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces by daewon · 6 years ago
  13. 4b94204 Merge branch 'S2GRAPH-215' by daewon · 6 years ago
  14. f0f1081 [S2GRAPH-214]: Add REAME for movielens examples by daewon · 6 years ago
  15. 3f00d4e remove hard coded cacheTTL for resouceManager by daewon · 6 years ago
  16. 2d37cf6 implement @trasform directive by daewon · 6 years ago
  17. 2b1c88a implement jdbc driver for H2 DB by daewon · 6 years ago
  18. 3ddea3f naive implementation by daewon · 6 years ago
  19. d587538 add REAME.md to explaining movielens example. by DO YUNG YOON · 6 years ago
  20. 33e3d26 [S2GRAPH-206]: Generalize machine learning model serving. by DO YUNG YOON · 6 years ago
  21. c69a4ee Merge branch 'S2GRAPH-206' by DO YUNG YOON · 6 years ago
  22. f110d88 increase Xmx from 2g to 4g. by DO YUNG YOON · 6 years ago
  23. 00129ae run apache-rat. by DO YUNG YOON · 6 years ago
  24. 205cb69 add IndexProvider configuration on application.conf by DO YUNG YOON · 6 years ago
  25. cddffe4 add example query by daewon · 6 years ago
  26. 2febaae update example scripts. by DO YUNG YOON · 6 years ago
  27. b91054c add InceptionFetcher. by DO YUNG YOON · 6 years ago
  28. 5ee1906 Merge branch 'master' into S2GRAPH-206 by DO YUNG YOON · 6 years ago
  29. 33f4d05 [S2GRAPH-213]: Abstract Query/Mutation from Storage. by DO YUNG YOON · 6 years ago
  30. 16feda8 Add preload all fetchers and mutators that registered in serviceColumn/label while initialize new S2Graph instance. by DO YUNG YOON · 6 years ago
  31. e823041 add cacheTTLInSecs on SafeUpdateCache.withCache. by DO YUNG YOON · 6 years ago
  32. 9132f74 bug fix. by DO YUNG YOON · 6 years ago
  33. f6b0740 add options on ServiceColumn at schema.sql by DO YUNG YOON · 6 years ago
  34. be83d07 Start implement ResourceManager. by DO YUNG YOON · 6 years ago
  35. 43f627e separate Storage into multiple small interfaces such as EdgeFetcher/VertexMutator, ... by DO YUNG YOON · 6 years ago
  36. 2357d81 - Add Fetcher/Mutator interface for query/mutation. by DO YUNG YOON · 6 years ago
  37. 88eb052 Merge branch 'S2GRAPH-206' of https://github.daumkakao.com/Graph/s2graph into S2GRAPH-206 by DO YUNG YOON · 6 years ago
  38. 7bdebb5 add RMSE evaluation on runALS. by DO YUNG YOON · 6 years ago
  39. 851f62a bug fix on ModelManager. by DO YUNG YOON · 6 years ago
  40. 1c222d6 bug fix on ModelManager. by DO YUNG YOON · 6 years ago
  41. 60c935e add schema by daewon · 6 years ago
  42. 54c56c3 add FastTextFetcher. by DO YUNG YOON · 6 years ago
  43. 08a80cd change annoy java library to annoy4s. by DO YUNG YOON · 6 years ago
  44. 2529af1 add updateOptions by daewon · 6 years ago
  45. 130fed2 start working on ModelServing examples. by DO YUNG YOON · 6 years ago
  46. 8696d15 Merge branch 'master' into S2GRAPH-206 by DO YUNG YOON · 6 years ago
  47. b69421b Abstract Mutator. by DO YUNG YOON · 6 years ago
  48. 7af37db [S2GRAPH-211]: Include 's2jobs' test in CI by daewon · 6 years ago
  49. d29b669 Merge branch 'S2GRAPH-211' by daewon · 6 years ago
  50. 6f9d852 - start working on examples showing how to deploy ALS model. by DO YUNG YOON · 6 years ago
  51. da2209d [S2GRAPH-212]: Fix broken markdown on README.md by DO YUNG YOON · 6 years ago
  52. 13dab26 fix broken markdown on README.md. by DO YUNG YOON · 6 years ago
  53. 0601716 ignore -> test by daewon · 6 years ago
  54. 501716c Merge branch 'master' into S2GRAPH-211 by daewon · 6 years ago
  55. 319ae49 - remove hard coded paths on FetcherTest, HDFSImporterTest. by DO YUNG YOON · 6 years ago
  56. 204efab fix broken test by daewon · 6 years ago
  57. 72c35a3 - abstract traversing edges as Fetcher interface. by DO YUNG YOON · 6 years ago
  58. e674a25 [S2GRAPH-210]: Rename package `mysqls` to `schema` by DO YUNG YOON · 6 years ago
  59. d403ff4 update SafeUpdateCache constructor. by DO YUNG YOON · 6 years ago
  60. 1a342bb fix compile error while test:compile. by DO YUNG YOON · 6 years ago
  61. 8a388a4 - rename mysqls package to schema. by DO YUNG YOON · 6 years ago
  62. a18ec27 [S2GRAPH-209]: GlobalIndex supports field data types such as Numeric to enable Range Query. by DO YUNG YOON · 6 years ago
  63. b8f9905 [S2GRAPH-193]: Add README for S2Jobs sub-project. by Doyung Yoon · 6 years ago
  64. fbfcb02 add graphiql.html for example by Chul Kang · 6 years ago
  65. a3ecb57 add extra jar to launch spark job by Chul Kang · 6 years ago
  66. 37b4a45 add vertexQueryParam on esIndexProvider by daewon · 6 years ago
  67. 70da150 refactoring by daewon · 6 years ago
  68. e4cca3b add apache license header. by DO YUNG YOON · 6 years ago
  69. 35d9a43 update README.md to add s2graphql and s2jobs. by DO YUNG YOON · 6 years ago
  70. 233a17f Merge branch 'master' into S2GRAPH-193 by DO YUNG YOON · 6 years ago
  71. b21db65 [S2GRAPH-201]: Provide S2GraphSource by DO YUNG YOON · 6 years ago
  72. a07c4d2 [S2GRAPH-207]: Provides a way to query data with the value of the Vertex property in a GraphQL query. by DO YUNG YOON · 6 years ago
  73. 4e758c4 Merge remote-tracking branch 'apache/master' into S2GRAPH-201 by DO YUNG YOON · 6 years ago
  74. 52087a0 add index.provider.lucene.fsType for test by daewon · 6 years ago
  75. 9dc39ee [S2GRAPH-205]: reuse S2Graph object on same executor by DO YUNG YOON · 6 years ago
  76. d7a630d refactor: (vertex, queryParam) -> edgeQueryParam by daewon · 6 years ago
  77. 8ed6d20 add test case for search vertex query by daewon · 6 years ago
  78. f187040 remove hard_coded var by daewon · 6 years ago
  79. ea26552 refactor search by daewon · 6 years ago
  80. ba938bc add search vertices by daewon · 6 years ago
  81. de3f2aa fix wrong method reference by Chul Kang · 6 years ago
  82. 6da382b reuse s2graph object by Chul Kang · 6 years ago
  83. 3ac20b4 add 'Contains' Claues in where parser by daewon · 6 years ago
  84. 5c85dd4 [S2GRAPH-204] Avoid N + 1 queries in GraphQL by daewon · 6 years ago
  85. cb4b777 Merge branch 'S2GRAPH-204' by daewon · 6 years ago
  86. 162b460 add test case to test Json to TaskConf. by DO YUNG YOON · 6 years ago
  87. b4dab3a pass local cache configuration on S2GraphSource. by DO YUNG YOON · 6 years ago
  88. fc273fb Merge pull request #15 from elric-k/S2GRAPH-193 by Doyung Yoon · 6 years ago
  89. e28071d increate timeout when create schema by Chul Kang · 6 years ago
  90. cf33660 modify README by Chul Kang · 6 years ago
  91. 6d231e2 [S2GRAPH-196] Apply Query Parameter to Label Fetch in S2GraphQL by daewon · 6 years ago
  92. c97986f add example by Chul Kang · 6 years ago
  93. cbc23ec modify h2 basedir path by Chul Kang · 6 years ago
  94. bf05d52 add column options for FileSink by Chul Kang · 6 years ago
  95. 9fb1fee modify h2db option to launch using server mode by Chul Kang · 6 years ago
  96. f8c323b add s2graphql, h2 service to launch by Chul Kang · 6 years ago
  97. 69ca278 resolve n+1 query by daewon · 6 years ago
  98. 0c9f74f update README. by DO YUNG YOON · 6 years ago
  99. 4c18c38 remove wraning for intelliJ by daewon · 6 years ago
  100. a3e1e39 move module by daewon · 6 years ago