修改密码

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

修改昵称

当前昵称:
提交

申请证书

证书详情

Please complete this required field.

  • Ultipa Graph V4

Standalone

Please complete this required field.

Please complete this required field.

服务器的MAC地址

Please complete this required field.

Please complete this required field.

取消
申请
ID
产品
状态
核数
申请天数
审批时间
过期时间
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.0
搜索
    v5.0

      导出JSON

      从嬴图数据库的图集Movie中导出JSON文件至SFTP或本地的文件夹exportData中:

      从嬴图到JSON

      1. 生成配置文件模板

      在命令行工具中执行以下命令:

      ./ultipa-exporter --sample
      

      命令执行后,会在ultipa-exporter.exe所在目录下生成export.sample.yml文件。如果目录下已有export.sample.yml文件,数据将被覆盖。

      2. 修改配置文件

      按需修改配置文件。

      注意:若未使用SFTP,需在配置文件中删除SFTP服务器配置部分。

      # 配置嬴图服务器
      server:
        # 主机地址或URI:端口
        host: "192.168.1.xx:60061"
        # 用户名
        username: "***"
        # 密码
        password: "***"
        # 目标图集
        graphset: "Movie"
        shards: "1,2,3"
        # 分区算法:Crc32/CityHash64...
        partitionBy: "Crc32"
        # Crt文件路径
        crt: ""
      
      # SFTP服务器配置
      sftp:
        # 主机地址或URI:端口
        host: 10.132.3.xx:22
        # 用户名
        username: root
        # 密码(若未提供key)
        password: root
        # SFTP的SSH密钥路径(若设置了密钥路径,将不再使用密码)
        key: ./my_secret
      
      # 点边设置
      # 若将schema设为"*"则导出所有点/边schema信息
      nodeConfig:
        - schema: movie
          properties:
            - name: _id
            - name: name
            - name: rating
        - schema: director
          properties:
            - name: _id
            - name: name
            - name: nationality
      
      edgeConfig:
        - schema: direct
          properties:
            - name: _from
            - name: _to
            - name: directedIn
      
      # 其他配置
      settings:
        # 支持csv/json/jsonl/graphml
        fileType: json
        writeHeader: true
        # 导出文件路径
        # 若配置了SFTP,则对应SFTP路径
        outPath: "./exportData"
        # 执行报错时,是否停止进程
        stopWhenError: true
        # 最大线程数(建议使用32)
        threads: 32
        # RPC最大消息传输量(单位:MB,默认值:40MB)
        maxPacketSize: 40
        # 导出数据的最大时间(单位:秒)。如果设置为0,则使用默认值1000;如果timeout<0,则禁用数据导出的超时设置
        timeout: 1000
        # 时间戳单位,支持毫秒(ms)或秒(s),默认为:“s”
        timestampUnit: s
      

      3. 执行导出

      数据导入基于-config参数指定的配置文件执行,将嬴图服务器上的数据导出。

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