修改密码

请输入密码
请输入密码 请输入8-64长度密码 和 email 地址不相同 至少包括数字、大写字母、小写字母、半角符号中的 3 个
请输入密码
提交

修改昵称

当前昵称:
提交

申请证书

证书详情

Please complete this required field.

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

Standalone

Please complete this required field.

Please complete this required field.

Please complete this required field.

Please complete this required field.

如果不需要 HDC 服务器,则此项留空。

Please complete this required field.

如果不需要 HDC 服务器,则此项留空。

Please complete this required field.

Please complete this required field.

服务器的MAC地址

Please complete this required field.

Please complete this required field.

取消
申请
ID
产品
状态
核数
Shard Server Number
Total Shard Server Core Number
HDC Server Number
Total HDC Server Core Number
申请天数
审批时间
过期时间
MAC地址
申请理由
审核信息
关闭
基础信息
  • 用户昵称:
  • 手机号:
  • 公司名称:
  • 公司邮箱:
修改密码
申请证书

当前未申请证书.

申请证书
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

ProductName CreateTime ID Price File
ProductName CreateTime ID Price File

No Invoice

v5.2
搜索
    English
    v5.2

      Export to JSONL

      This page demonstrates the process of exporting data from a graph in Ultipa to JSONL file(s).

      The following steps are demonstrated using PowerShell (Windows).

      Generate the Configuration File

      Open the terminal program and navigate to the folder containing ultipa-exporter. Then, run the following command to generate a sample configuration file:

      ./ultipa-exporter --sample
      

      A file named export.sample.yml will be generated in the same directory as ultipa-exporter. If the file already exists, it will be overwritten.

      Modify the Configuration File

      Customize the export.sample.yml configuration file based on your specific requirements. It includes the following sections:

      • server: Provide your Ultipa server details and specify the target graph for data export.
      • sftp: Configure the SFTP server where the JSONL files will be stored. If you will export to your local machine, remove this section or leave it blank.
      • nodeConfig: Select node schemas and properties.
      • edgeConfig: Select edge schemas and properties.
      • settings: Set global export preferences and parameters.

      # Ultipa server configurations
      server:
        # Host IP/URI and port; if it's a cluster, separate multiple hosts with commas
        host: "10.11.22.33:1234"
        username: "admin"
        password: "admin12345"
        # The graph for data export
        graphset: "trading"
        # Path of the certificate file for TLS encryption
        crt: ""
      
      # SFTP server configurations
      # If the files will be saved on your local machine, remove this section or leave it blank
      sftp:
        # Host IP/URI and port
        host: 
        username: 
        password: 
        # SSH Key path for SFTP (if set, password will not be used)
        key:  
      
      # Node configurations
      nodeConfig:
        # Specify a schema; set to "*" to include all schemas with all properties
        - schema: "Customer"
        # Specify the custom properties; if unset, all properties will be exported
          properties:
            - name: name
            - name: level
        - schema: "Merchant"
      
      # Edge configurations
      edgeConfig:
        - schema: "*"
      
      # Global settings
      settings:
        # fileType: csv/json/jsonl/graphml
        fileType: jsonl
        # Specify whether to include a header in the file
        writeHeader: true
        # The path of the exported files. If SFTP is configured, the SFTP path will be used instead
        outPath: "./exported"
        # Stops the export process when error occurs
        stopWhenError: true
        # The maximum threads
        threads: 32
        # The maximum size (in MB) of each packet
        maxPacketSize: 40
        # The gRPC timeout limit (in seconds) for exporting large datasets
        timeout: 1000
        # Timestamp value unit, support ms/s
        timestampUnit: s
      

      Execute Export

      Execute the export by specifying the configuration file using the --config flag:

      ./ultipa-exporter --config export.sample.yml
      
      请完成以下信息后可下载此书
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写
      Privacy Policy
      Please agree to continue.

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