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

v4.5
Search
    Français
    v4.5

      Importer JSON

      Read node files person.json and company.json and edge file holding.json from SFTP or local directory, import into Ultipa graphset shareholding:

      De JSON à Ultipa

      1. Générer un fichier de configuration d'exemple

      ./ultipa-importer --sample
      

      2. Modifier le fichier de configuration

      # Configurez le type de source de données
      mode: json
      
      # Configurez les informations SFTP où se trouvent les fichiers, ou lisez depuis un répertoire local par défaut
      sftp:
        host: 10.132.3.136:22
        username: admin
        password: abcd1234
        # Chemin de la clé, configurer cela ignorera 'username' et 'password'
        key:  ./my_secret
      
      # Configurez le serveur Ultipa
      server:
        # Serveur Ultipa, utilisez une virgule ',' pour séparer plusieurs nodes de serveur du cluster
        host: "192.168.2.149:60075"
        username: "admin"
        password: "abcd1234"
        # Nom du graphset, ou utilisez le graphset 'default' par défaut
        graphset: "shareholding"
        # Le répertoire du certificat SSL lorsque le serveur Ultipa et le client sont en mode SSL
        crt: ""
      
      # Configurez les données des nodes
      nodeConfig:
        - schema: "human"
          file: /Data/person.json
          properties:
            - name: id
              type: _id
            - name: name
              type: string
            - name: type
              type: _ignore
        - schema: "firm"
          file: /Data/company.json
          properties:
            - name: id
              type: _id
            - name: name
              type: string
            - name: type
              type: _ignore
      
      # Configurez les données des edges
      edgeConfig:
        - schema: "hold"
          file: /Data/holding.json
          properties:
            - name: from
              type: _from
            - name: to
              type: _to
            - name: shareInt
              type: int32
              new_name: share
              
      # Configurez les paramètres globaux
      settings:
        batchSize: 10000
        importMode: insert
        # créer automatiquement le graph, le schema, et les properties s'ils n'existent pas
        yes: true
      

      3. Exécuter l'importation

      ./ultipa-importer --config ./import.sample.json.yml
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写