diff --git a/mddocs/strategy/incremental_batch_strategy.md b/mddocs/strategy/incremental_batch_strategy.md new file mode 100644 index 00000000..9d3eb667 --- /dev/null +++ b/mddocs/strategy/incremental_batch_strategy.md @@ -0,0 +1,17 @@ +# Стратегия Incremental Batch { #incremental-batch-strategy-0 } + + + +::: onetl.strategy.incremental_strategy.IncrementalBatchStrategy + options: + members: + - __init__ diff --git a/mddocs/strategy/incremental_strategy.md b/mddocs/strategy/incremental_strategy.md new file mode 100644 index 00000000..c0688e1d --- /dev/null +++ b/mddocs/strategy/incremental_strategy.md @@ -0,0 +1,17 @@ +# Стратегия Incremental { #incremental-strategy-0 } + + + +::: onetl.strategy.incremental_strategy.IncrementalStrategy + options: + members: + - __init__ diff --git a/mddocs/strategy/index.md b/mddocs/strategy/index.md new file mode 100644 index 00000000..3fa6622e --- /dev/null +++ b/mddocs/strategy/index.md @@ -0,0 +1,8 @@ +# Стратегии чтения { #strategy } + +onETL предоставляет несколько встроенных стратегий для чтения данных: + +1. [Snapshot][snapshot-strategy-0] +2. [Incremental][incremental-strategy-0] +3. [Snapshot Batch][snapshot-batch-strategy-0] +4. [Incremental Batch][incremental-batch-strategy-0] diff --git a/mddocs/strategy/snapshot_batch_strategy.md b/mddocs/strategy/snapshot_batch_strategy.md new file mode 100644 index 00000000..f08c5eda --- /dev/null +++ b/mddocs/strategy/snapshot_batch_strategy.md @@ -0,0 +1,17 @@ +# Стратегия Snapshot Batch { #snapshot-batch-strategy-0 } + + + +::: onetl.strategy.snapshot_strategy.SnapshotBatchStrategy + options: + members: + - __init__ diff --git a/mddocs/strategy/snapshot_strategy.md b/mddocs/strategy/snapshot_strategy.md new file mode 100644 index 00000000..6ee51d9a --- /dev/null +++ b/mddocs/strategy/snapshot_strategy.md @@ -0,0 +1,17 @@ +# Стратегия Snapshot { #snapshot-strategy-0 } + + + +::: onetl.strategy.snapshot_strategy.SnapshotStrategy + options: + members: + - __init__