Re: Pre-installed models

2018-08-22 Thread Allen Cheng
Thank you.  It works as you said. I can remove any model files I don't need.

Allen

On Tue, Aug 21, 2018 at 8:12 PM Apoorv Naik  wrote:

> If you remove all folders except the one named *base model* then Atlas
> will not load the other types.
>
> HTH
>
> On 8/21/18, 8:09 PM, "Allen Cheng"  wrote:
>
> Hi,  Atlas experts
>
> When we install and start a new Atlas server instance, there are a few
> type
> models that are automatically pre-installed, e.g. Hive, Storm, HBase,
> HDFS,
> etc. There are new models added in Atlas 1.0.
>
> Is there any way to skip installing some of the models, and only
> install
> the ones I want?   Is there any property that controls this?  Or if I
> remove some of the model json files in the install sir, will it work?
>
> Thanks
>
> Allen
>
>
>


Pre-installed models

2018-08-21 Thread Allen Cheng
Hi,  Atlas experts

When we install and start a new Atlas server instance, there are a few type
models that are automatically pre-installed, e.g. Hive, Storm, HBase, HDFS,
etc. There are new models added in Atlas 1.0.

Is there any way to skip installing some of the models, and only install
the ones I want?   Is there any property that controls this?  Or if I
remove some of the model json files in the install sir, will it work?

Thanks

Allen


Re: Atlas graph schema

2018-07-09 Thread Allen Cheng
Hi, Apoorv

Thank you for the pointers!

Allen

On Sat, Jul 7, 2018 at 7:00 PM, Apoorv Naik  wrote:

> 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<http://www.9folders.com/>
> ____
> From: Allen Cheng 
> Sent: Saturday, July 7, 2018 5:57 PM
> To: dev@atlas.apache.org
> Subject: Atlas graph schema
>
> 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
> module I can look into?
>
> Regards,
>
> Allen
>


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
module I can look into?

Regards,

Allen