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 Graph V4

Standalone

Please complete this required field.

Please complete this required field.

The MAC address of the server you want to deploy.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Applied Validity Period(days)
Effective Date
Excpired Date
Mac Address
Apply Comment
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
  • Country:
  • Language:
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.0
Search
    English
    v5.0

      Overview and Request Configuration

      After establishing the connection, you are ready to use methods on the Connection object to send requests from the application to operate the database.

      If you are familiar with GQL (Graph Query Language) or UQL (Ultipa Query Language), you can execute queries using the gql() or uql() method. For more information, refer to the following:

      The driver also provides the following dedicated methods for key database operations:

      Request Configuration

      Requests to read the database are configured using RequestConfig, while those to write the database use InsertRequestConfig.

      RequestConfig

      The RequestConfig class includes the following attributes:

      Attribute
      Type
      Default
      Description
      graph str / Name of the graph to use. If not specified, the graph defined in UltipaConfig.defaultGraph will be used.
      timeout int / Request timeout threshold (in second).
      host str / Specifies a host in a database cluster to execute the request.
      thread int / Number of threads for the request.
      timezone str / Name of the timezone, e.g., Europe/Paris. Defaults to the local timezone if not specified.
      timezoneOffset str / The offset from UTC, e.g., +2, +08, -0530, -02:00. When both timezone and timezoneOffset are provided, timezoneOffset takes precedence.

      InsertRequestConfig

      The InsertRequestConfig class includes all attributes of the RequestConfig class, along with the following:

      Attributes
      Type
      Default
      Description
      insertType Ultipa.InsertType NORMAL The insertion mode. Supports NORMAL, UPSERT, and OVERWRITE.
      silent bool True Whether to return the _id or _uuid of the operated nodes or edges. Sets to Ture to not return, and False to return.
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写