Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or use MindsDB Cloud.
- To connect Confluence to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Confluence.
Connection
This handler is implemented usingatlassian-python-api
, a library that provides a simple and convenient way to interact with Atlassian products.
The required arguments to establish a connection are as follows:
url
is a Confluence-hosted URL instance.confluence_api_token
is a token used to authenticate.
Please follow this link to generate the token for accessing the Confluence API.
pages
table.
Usage
Now you can query your data, like this:For more information about available actions and development plans, visit this page.