Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of uppercase, lowercase, numbers, and special characters (such as @*&#).
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Certifications

Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Invoice

ProductName CreateTime ID Price File
ProductName CreateTime ID Price File
v4.0
Search
    中文EN
    v4.0

      Graph Management

      Show Graph

      // Show information of graphset `test_graph` 
      let result = await client.getGraph({name: "test_graph"})
      

      Create Graph

      // Create graphset with name `test_graph`
      let result = await client.createGraph({name: "test_graph", desc: "graph for test"})
      

      Alter Graph

      // Rename graphset `test_graph` as `test_graph_new`
      let result = await client.updateGraph({
          oldGraphSetName: "test_graph", 
          newGraphSetName: "test_graph_new", 
          newDesc: "desc"
      })
      

      Drop Graph

      // Delete graphset `test_graph`
      let result = await client.deleteGraph({name: "test_graph"})
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写
      *
      你的电话必须填写