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

      Database Read and Write

      After establishing the connection, you are ready to send requests from the application to read and write the database with GQL (Graph Query Language) or UQL (Ultipa Query Language).

      Methods

      If you are familiar with GQL or UQL, you can send the read or write queries using the gql() or uql() method. See GQL Execution or UQL Execution for details.

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

      Request Configuration

      Reading requests are optionally configured using the RequestConfig class, while writing requests use the InsertRequestConfig class.

      RequestConfig

      The RequestConfig class has the following parameters:

      Parameter
      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, used only for UQL requests.
      timezone str / Name of the timezone, e.g., Europe/Paris. Defaults to the local timezone if not specified.
      timezoneOffset int / The offset (in second) from UTC. When both timezone and timezoneOffset are provided, timezoneOffset takes precedence.

      InsertRequestConfig

      The InsertRequestConfig class includes all parameters from the RequestConfig class, along with the following:

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