steams...@apache.org |
[1/2] incubator-s2graph git commit: fix broken markdown on README.md. |
Wed, 02 May, 04:06 |
steams...@apache.org |
[2/2] incubator-s2graph git commit: [S2GRAPH-212]: Fix broken markdown on README.md |
Wed, 02 May, 04:06 |
dae...@apache.org |
[1/5] incubator-s2graph git commit: fix broken test |
Thu, 03 May, 02:04 |
dae...@apache.org |
[2/5] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-211 |
Thu, 03 May, 02:04 |
dae...@apache.org |
[3/5] incubator-s2graph git commit: ignore -> test |
Thu, 03 May, 02:04 |
dae...@apache.org |
[4/5] incubator-s2graph git commit: Merge branch 'S2GRAPH-211' |
Thu, 03 May, 02:04 |
dae...@apache.org |
[5/5] incubator-s2graph git commit: [S2GRAPH-211]: Include 's2jobs' test in CI |
Thu, 03 May, 02:04 |
steams...@apache.org |
[01/11] incubator-s2graph git commit: - Add Fetcher/Mutator interface for query/mutation. - Refactor Storage to use Fetcher/Mutator interface. |
Fri, 11 May, 03:05 |
steams...@apache.org |
[02/11] incubator-s2graph git commit: separate Storage into multiple small interfaces such as EdgeFetcher/VertexMutator, ... |
Fri, 11 May, 03:05 |
steams...@apache.org |
[03/11] incubator-s2graph git commit: separate Storage into multiple small interfaces such as EdgeFetcher/VertexMutator, ... |
Fri, 11 May, 03:05 |
steams...@apache.org |
[04/11] incubator-s2graph git commit: separate Storage into multiple small interfaces such as EdgeFetcher/VertexMutator, ... |
Fri, 11 May, 03:05 |
steams...@apache.org |
[05/11] incubator-s2graph git commit: Start implement ResourceManager. |
Fri, 11 May, 03:05 |
steams...@apache.org |
[06/11] incubator-s2graph git commit: Start implement ResourceManager. |
Fri, 11 May, 03:05 |
steams...@apache.org |
[07/11] incubator-s2graph git commit: add options on ServiceColumn at schema.sql |
Fri, 11 May, 03:05 |
steams...@apache.org |
[08/11] incubator-s2graph git commit: bug fix. |
Fri, 11 May, 03:05 |
steams...@apache.org |
[09/11] incubator-s2graph git commit: add cacheTTLInSecs on SafeUpdateCache.withCache. |
Fri, 11 May, 03:05 |
steams...@apache.org |
[10/11] incubator-s2graph git commit: Add preload all fetchers and mutators that registered in serviceColumn/label while initialize new S2Graph instance. |
Fri, 11 May, 03:05 |
steams...@apache.org |
[11/11] incubator-s2graph git commit: [S2GRAPH-213]: Abstract Query/Mutation from Storage. |
Fri, 11 May, 03:05 |
steams...@apache.org |
[01/25] incubator-s2graph git commit: - abstract traversing edges as Fetcher interface. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[02/25] incubator-s2graph git commit: - remove hard coded paths on FetcherTest, HDFSImporterTest. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[03/25] incubator-s2graph git commit: - remove hard coded paths on FetcherTest, HDFSImporterTest. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[04/25] incubator-s2graph git commit: - remove hard coded paths on FetcherTest, HDFSImporterTest. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[05/25] incubator-s2graph git commit: - start working on examples showing how to deploy ALS model. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[06/25] incubator-s2graph git commit: Abstract Mutator. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[07/25] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-206 |
Mon, 14 May, 12:29 |
steams...@apache.org |
[08/25] incubator-s2graph git commit: start working on ModelServing examples. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[09/25] incubator-s2graph git commit: add updateOptions |
Mon, 14 May, 12:29 |
steams...@apache.org |
[10/25] incubator-s2graph git commit: change annoy java library to annoy4s. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[11/25] incubator-s2graph git commit: add FastTextFetcher. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[12/25] incubator-s2graph git commit: add schema |
Mon, 14 May, 12:29 |
steams...@apache.org |
[13/25] incubator-s2graph git commit: bug fix on ModelManager. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[14/25] incubator-s2graph git commit: bug fix on ModelManager. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[15/25] incubator-s2graph git commit: add RMSE evaluation on runALS. |
Mon, 14 May, 12:29 |
steams...@apache.org |
[16/25] incubator-s2graph git commit: Merge branch 'S2GRAPH-206' of https://github.daumkakao.com/Graph/s2graph into S2GRAPH-206 |
Mon, 14 May, 12:30 |
steams...@apache.org |
[17/25] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-206 |
Mon, 14 May, 12:30 |
steams...@apache.org |
[18/25] incubator-s2graph git commit: add InceptionFetcher. |
Mon, 14 May, 12:30 |
steams...@apache.org |
[19/25] incubator-s2graph git commit: update example scripts. |
Mon, 14 May, 12:30 |
steams...@apache.org |
[20/25] incubator-s2graph git commit: add example query |
Mon, 14 May, 12:30 |
steams...@apache.org |
[21/25] incubator-s2graph git commit: add IndexProvider configuration on application.conf |
Mon, 14 May, 12:30 |
steams...@apache.org |
[22/25] incubator-s2graph git commit: run apache-rat. |
Mon, 14 May, 12:30 |
steams...@apache.org |
[23/25] incubator-s2graph git commit: increase Xmx from 2g to 4g. |
Mon, 14 May, 12:30 |
steams...@apache.org |
[24/25] incubator-s2graph git commit: Merge branch 'S2GRAPH-206' |
Mon, 14 May, 12:30 |
steams...@apache.org |
[25/25] incubator-s2graph git commit: [S2GRAPH-206]: Generalize machine learning model serving. |
Mon, 14 May, 12:30 |