Strapi
Strapi is a headless CMS (Content Management System) that allows developers to create API-driven content management systems without writing much custom code.
Strapi
.In the YAML file, the configuration section contains the following properties:
Connectorname: Strapi
Api_secret_key: API secret key
Domain: Domain
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Strapi_data
connectorname: Strapi
config:
api_secret_key: <API SECRET KEY>
domain: <DOMAIN>
select:
- TABLE1
- TABLE2
Bold Data Hub
icon on the Navigation Pane.Add Project
and provide the name for the new project.Strapi
template.Update the api secret key and domain in the template. Also, Update the resources on the select
property and and Click Save, choose the desired destination to save the pipeline.
Creating a Pipeline in Bold Data Hub automatically creates a Data Source in Bold BI. The Bold BI Data Source is a live data source to the destination database used in Bold Data Hub. For more information on the relationship between Bold Data Hub Pipeline and the associated Data Sources in Bold BI , please refer to Relationship between Bold Data Hub Pipeline and Associated Data Sources in Bold BI
Warning:
1. The `Encrypt_Credentials` property should be set to false when updating the new access token on the template. If you have modified other properties, such as 'select' or 'account id', the `Encrypt_Credentials` property must be set to true.
2. The default lifetime of the access token is 1 hour. Therefore, you need to convert it to a long-lived access token in order to use the same token for 60 days. Existing tables should be maintained even if the token has expired or is being used as an invalid token.
Run Now
button..
Edit DataSource
Option to view the created tables.