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

# About the Cognite Fabric connector

> Learn how the Cognite Fabric connector uses Cognite APIs to mirror data bidirectionally between Cognite Data Fusion (CDF) and Microsoft Fabric.

<Warning>
  The features described in this section are in [public preview](/cdf/product_feature_status#public-preview) and may change.
</Warning>

The connector consists of four services:

* **Time series replicator** - Mirrors time series data from CDF to Fabric.
* **Data model replicator** - Mirrors data model nodes and edges from CDF to Fabric.
* **Event replicator** - Mirrors event data from CDF to Fabric.
* **Fabric data extractor** - Mirrors time series, events, and files from Fabric to CDF.

All four services will run concurrently during the fabric connector's execution. The services use one state store in CDF's raw storage to maintain checkpoints of when the latest data was mirrored so they can be started and stopped and will be able to pick up where they left off.

The connector is available as a [Windows and Linux executable file](/cdf/integration/guides/extraction/fabric/fabric_setup) in addition to a Docker container.
