Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/sources/dozer-instance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
description: Allows a new Dozer instance to use all tables from an upstream Dozer instance
---

# Dozer connector

The Dozer connector allows ingesting data on a Dozer instance from another Dozer instance.

## Configuration

To use the Dozer connector the config parameter of the connection must be set to `!Dozer`.
The following configuration block can be used in `dozer-config.yaml` to define a new Dozer connection:

```yaml
connections:
- config: !Dozer
url: localhost:50053
name: upstream
```

## Parameters

* **url**: the host and the port where will get the incoming data