With ImportMate you can make your product ready with import feature with just few steps.
Key Words
Admin User: This refers to the application owner, product owner, or a technical person responsible for managing and administering your product or application. This individual has the highest access level within your product or application.
End User: This category includes the actual users who benefit from your product or application. These users typically have a lower access level compared to Admin Users and may be subject to role-based restrictions.
Data Source: A database source to where the user will be importing the data. It can be relational (SQL) or none relational Database (No SQL)
Host: Public IP of the datasource or a DNS
Multitenancy: This refers to an application architecture where multiple tenants share the application while maintaining their own separate schemas or databases.
Database: Database name or the schema name that the data will be imported. Note: In multi tenancy scenario user the default database name
JWT Database Field: The field key in a multi-tenant scenario that specifies the tenant’s database or schema. For example, if you use tenant_id as a field in the JWT token, it stores the tenant’s identification linked to the corresponding database or schema.
Prefix of Database: If your token carie tenant id (database id) as “3” and the real database or the schema is techboostrap_3 then prefix value would be techbootstrap_