GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

feat(interactive): Introduce metadata for graph

Open zhanglei1949 opened this issue 1 year ago • 0 comments

We need to store and retrieve graph metadata at least including the following information

  • GraphId
  • GraphName
  • CreationTime
  • SchemaUpdateTime
  • IndicesUpdateTime
  • Description
  • LastImportConfiguration

For StoredProcedure, a unique id should also be given.

Related issue #3606

zhanglei1949 avatar Mar 08 '24 06:03 zhanglei1949