You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Anshu Shukla <an...@ericsson.com> on 2018/07/23 06:46:03 UTC

Atlas Typesystem

Hi,

I was going thru the Apache atlas code and unable to find that how default type system in created in Atlas.

The one I can see thru query at - http://<IP>:21000/api/atlas/types/storm_node

But unable to find which part of code have populated that.


Thanks

Re: Atlas Typesystem

Posted by Sharmadha Sainath <ss...@hortonworks.com>.
Hi Anshul ,

Predefined type models are found in https://github.com/apache/atlas/blob/master/addons/models . 

For Storm specifically , please refer https://github.com/apache/atlas/blob/master/addons/models/1000-Hadoop/1080-storm_model.json 


Thanks,
Sharmadha S.



On 7/23/18, 12:16 PM, "Anshu Shukla" <an...@ericsson.com> wrote:

>Hi,
>
>I was going thru the Apache atlas code and unable to find that how default type system in created in Atlas.
>
>The one I can see thru query at - http://<IP>:21000/api/atlas/types/storm_node
>
>But unable to find which part of code have populated that.
>
>
>Thanks