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

Search
    English

      Import BigQuery

      Acquire data from tables entity and relation in BigQuery project transporter-demo-388303, import into Ultipa graphset shareholding:

      From BigQuery to Ultipa
      1. Generate a sample of configuration file

      ./ultipa-importer --sample
      
      1. Modify configuration file

      # Configure data source type
      mode: bigQuery
      
      bigQuery:
        # string of project id on BigQuery
        projectID: "transporter-demo-388303"	
        # the json file that stores KEY of Service Account used to access the project on BigQuery
        cert: "./transporter-demo-388303-fe9e5800c1b8.json"
      
      # Configure Ultipa server
      server:
        # Ultipa server, use comma ',' to separate multiple server nodes of cluster
        host: "192.168.2.149:60075"
        username: "admin"
        password: "abcd1234"
        # Graphset name, or use graphset 'default' by default
        graphset: "shareholding"
        # The directory of the SSL certificate when both Ultipa server and client-end are in SSL mode
        crt: ""
      
      # Configure node data
      nodeConfig:
        - schema: "human"
          sql: "select id, name from entity where type = 1"
          properties:
            - name: id
              type: _id
            - name: name
              type: string
        - schema: "firm"
          sql: "select id, name from entity where type = 3"
          properties:
            - name: id
              type: _id
            - name: name
              type: string
      
      # Configure edge data
      edgeConfig:
        - schema: "hold"
          sql: "select from, to, shareInt from relation where type = 'holding'"
          properties:
            - name: from
              type: _from
            - name: to
              type: _to
            - name: shareInt
              type: int32
              new_name: share
              
      # Configure global settings
      settings:
        batchSize: 10000
        importMode: insert
        # auto-create graph, schema, and properties if not existent
        yes: true
      
      1. Execute import operation

      ./ultipa-importer --config ./import.sample.bigQuery.yml
      

      projectID: Create BigQuery project in Google Cloud and acquire project ID


      cert: Create Service Account with BigQuery Admin privilege and generate KEY in JSON format

      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写