Can we rename vertex/edge labels in a gremlin graph in Azure Cosmos DB

Akshi_vr 21 Reputation points
2022-09-01T07:36:03.13+00:00

We have already created thousands of graphs.Recently the names of the vertex label and edge label was renamed to another name.Can I know if we can rename directly through any query?? Or is there an optimal way of creating new graph with the the new vertex name with all the properties included in the old graph??

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,726 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 16,171 Reputation points
    2022-09-02T05:19:36.97+00:00

    Hi @Akshi_vr ,

    Thanks for posting question in Microsoft Q&A platform and for using Azure services.

    As I understand about this question, you want to rename vertex/edges in Gremlin graph of Cosmos DB.

    Unfortunately, we could not rename the labels.

    However, as per your ask for creating new graph with new vertex/edges with all properties included from old graph could be tried using external custom code.

    Please take a look at the multi-label feature if could be helpful in this case: reference or Tinkerpop link for Moving and Edge where we use sideEffect() to transfer properties from edge1 to edge2.

    Similar links for Gremlin ask: how-do-i-update-an-edge-label-in-gremlin

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you.
      Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.