> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Kyligence

> Kyligence数据仓库连接配置

[Kyligence](https://cn.kyligence.io/) provides multidimensional database functions. It can provide MDX query interface through XMLA protocol.

## Configuration

Create data source, select type as **XMLA**:

Address information for connecting Kyligence MDX Semantic,

*http\://{host}:{port}/mdx/xmla/{project}*

Fill in respectively:

* Host: `{host}`

* Port: `{port}`

* Path: `/mdx/xmla/{project}`

* Use SSL: false (depending on whether the actual address uses HTTPS)

* Usename: Account

* Password: Password

If insight.semantic.context-path configuration item is set, the address information needs to be:

*http\://{host}:{port}/{context-path}/mdx/xmla/{project}*
