- Introdução
- Licenciamento
- Configuração e Instalação
- Modelo de hospedagem
- Habilitando o serviço
- Gerenciamento de acesso
- Migração e exclusão de tenants
- Usando o serviço
- Referência
- Exemplos e tutoriais
- Geração de logs
Guia do usuário do Data Service
Data Fabric / Data Service is hosted in multiple regions to ensure the best performance and data locality for our customers. Read more in Regions and instances.
Data Fabric / Data Service is built using the best practices for cloud services and has been architected to support multiple customers. The service is designed to ensure full isolation of data between different tenants and accounts while providing instantaneous provisioning, deployment, and scale.
When you enable Data Fabric / Data Service for your tenant, a new partition is created in the service to host your metadata and data. Note that Data Fabric / Data Service is a tenant level service and each tenant has their data segregated. All subsequent operations for that tenant are then restricted to its respective partition. Additionally, all communication with the service happens via REST APIs.
Modelo de hospedagem de alto nível
Data Fabric / Data Service is built on top of UiPath® Automation Cloud and has the following main components:
-
Web Application - Provides the user experience for Data Fabric / Data Service.
-
Pontos de extremidade da API Rest — consumido pelo Aplicativo web, Studio e Robô para todas as operações.
-
Serviço de gerenciamento de runtime + armazenamento - responsável por garantir acesso e operações particionadas para modificar entidades e registros em metadados ou armazenamento de dados.
-
Armazenamento de metadados - armazena informações sobre entidades, campos, usuários e permissões para cada tenant.
-
Armazenamento de dados — armazena os registros para cada entidade.

UiPath® Studio, Assistant and Robot communicate with Data Fabric / Data Service using their configured Orchestrator connection, they are able to both identify the Data Fabric / Data Service endpoint and obtain authentication tokens from Automation Cloud. Operations like importing entities in Studio read the metadata about entities from Data Fabric / Data Service and then store it with the Project. Data Fabric / Data Service activities communicate with REST API endpoints to read or modify records.