# OpenDataDiscovery Integration

Kafka-ui has integration with the [OpenDataDiscovery platform](https://opendatadiscovery.org/) (ODD).

ODD Platform allows you to monitor and navigate kafka data streams and see how they embed into your data platform.

This integration allows you to use kafbat-ui as an ODD "Collector" for kafka clusters.

Currently, kafbat-ui exports:

* kafka topics as ODD Datasets with topic's metadata, configs, and schemas
* kafka-connect's connectors as ODD Transformers, including input & output topics and additional connector configs

Configuration properties:

| Env variable name             | Yaml property               | Description                                                                                     |
| ----------------------------- | --------------------------- | ----------------------------------------------------------------------------------------------- |
| INTEGATION\_ODD\_URL          | integration.odd.ulr         | ODD platform instance URL. Required.                                                            |
| INTEGRATION\_ODD\_TOKEN       | integration.odd.token       | Collector's token generated in ODD. Required.                                                   |
| INTEGRATION\_ODD\_TOPICSREGEX | integration.odd.topicsRegex | RegEx for topic names that should be exported to ODD. Optional, all topics exported by default. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ui.docs.kafbat.io/configuration/opendatadiscovery-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
