How to prepare Graph schema metadata for Hive database

How to prepare Graph schema metadata for Hive database

I would say depends on your schema. What exactly are you trying to do?

Vertex name attributes attributes type

edge - name- edge type -

@atulparihar your schema design is dependent on use case by use case. A schema originates from the data you are using. Do you have any more details on the Hive Database or Data that resides that you would like to be represented in TigerGraph? Some context and insights can better help address your question on modeling your schema.

Thanks,
. Actually I am looking forward to show tigergraph data into Hive.So it means from tigergraph schema I want create hive schema .

@atulparihar Going from graph to traditional database schema you could represent the Vertices as tables with their attributes and then Edges as tables with their attributes. Would be the most straight forward approach.