Re: Atlas graph schema

2018-07-07 Thread Apoorv Naik
You can look at AtlasTypedefStoreV2, AtlasEntityStoreV2 for starting off. Also graphBackedSearchIndexer would be a good place to see how data is indexed . Sent from Nine From: Allen Cheng Sent: Saturday, July 7, 2018 5:57 PM To:

Atlas graph schema

2018-07-07 Thread Allen Cheng
Hi, Atlas experts I am trying to learn a little about Atlas internals, (and wanted to contribute to Atlas). I know Atlas stores data into a graph database. Could you tell me where I can find Atlas's graph schema and model? Is there is documentation place where I can look? Or if not, which code