Re: Operating s2graph in a Cloud enviroment

2018-11-07 Thread DO YUNG YOON
Just sharing the updates. I made the WIP version for google datastore on https://github.com/SteamShon/incubator-s2graph/tree/datastore. To test this please reference on DatastoreStorageTest. I tested it only on my local environment as follow. 1. startup local datastore HTTP server using

Re: Operating s2graph in a Cloud enviroment

2018-11-02 Thread DO YUNG YOON
Hi Hwansung. I think implementing DatastoreFetcher/DatastoreMutator, DynamoDBFetcher/DynamoDBMutator class which implement our Fetcher/Mutator interface will help you to work with data in that storage. The purpose of exposing Fetcher/Mutator interface is for others to implement in their way to