Skip to main content

Kyligence

Kyligence 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}