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.
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Apply New License

License Detail

Please complete this required field.

  • Ultipa Blaze (v4)
  • Ultipa Powerhouse (v5)

Standalone

learn more about the four main severs in the architecture of Ultipa Powerhouse (v5) , click

here

Please complete this required field.

Please complete this required field.

Please complete this required field.

Please complete this required field.

Leave it blank if an HDC service is not required.

Please complete this required field.

Leave it blank if an HDC service is not required.

Please complete this required field.

Please complete this required field.

Mac addresses of all servers, separated by line break or comma.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Maximum Shard Services
Maximum Total Cores for Shard Service
Maximum HDC Services
Maximum Total Cores for HDC Service
Applied Validity Period(days)
Effective Date
Expired Date
Mac Address
Reason for Application
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
Change Password
Apply

You have no license application record.

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

Not having one? Apply now! >>>

Product Created On ID Amount (USD) Invoice
Product Created On ID Amount (USD) Invoice

No Invoice

v5.2
Search
    English
    v5.2

      Open Graph

      Overview

      The open graph is schema-free, requiring no explicit schema definitions before data insertion. You can directly insert nodes and edges into the graph, and their labels and properties are created on the fly. This offers maximum flexibility for early-stage data exploration.

      In an open graph,

      • Each node or edge can have zero, one, or multiple labels.
      • Each node or edge has its own set of properties.

      Open graphs do not require explicit definitions of labels and properties; they are automatically created as you insert nodes and edges into the graph. However, you still have the option to manually create labels beforehand if desired.

      Creating Open Graph

      To create an open graph g1:

      CREATE GRAPH g1 ANY
      

      The ANY keyword identifies an open graph.

      Showing Labels

      To show labels in the current graph:

      SHOW LABEL
      

      To show node labels in the current graph:

      SHOW NODE LABEL
      

      To show edge labels in the current graph:

      SHOW EDGE LABEL
      

      Each label provides the following essential metadata:

      Field
      Description
      label_name The name of the label.
      label_id The ID of the label.

      Creating Label

      You can create new labels within an open graph.

      To create a node label User within the current graph:

      CREATE LABEL User ON NODE
      

      To create an edge label Transfers within the current graph:

      CREATE LABEL Transfers ON EDGE
      

      Dropping Label

      You can delete labels from a graph. Deleting a label will not remove the nodes or edges that use it.

      To drop the node label Person from the current graph:

      DROP NODE LABEL Person
      

      To drop the edge label LINKS from the current graph:

      DROP EDGE LABEL LINKS
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写
      Privacy Policy
      Please agree to continue.

      Copyright © 2019-2025 Ultipa Inc. – All Rights Reserved   |  Security   |  Legal Notices   |  Web Use Notices