Replies: 1 comment
|
This is a living document that will continue to be edited as we go. IntroductionThe module Native connectorsDynamoDB, Kinesis, MongoDBA few I/O nozzle components in 3rd-party connectorsOther connector adapters are standing on the shoulders of 3rd-party packages, mostly brought into CTK using little interface adapters, nothing big. In case of InfluxDB and Polyglot, it's effectively just a single invocation in from cratedb_toolkit.io.influxdb import influxdb_copy
influxdb_copy(source_url, target_url, progress=True)
from cratedb_toolkit.io.omniload.api import omniload_copy
omniload_copy(source_url, target_url, progress=True)CSV, JSON, JSONL, Parquet: CTK is just using Polars and never looked back.
Footnotes
|
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
the I/O subsystem in CrateDB Toolkit is prominent to conduct all sorts of import-/export-procedures using a universal interface.
While the universal interface tries to be stable, the subsystem is undergoing some changes under the hood, which need discussions at anyone's disposal who wants to contribute in one way or another. Feel welcome to join the conversation by adding your notes or general feedback. 1
With kind regards,
Andreas.
Footnotes
If you think you've discovered a bug, please navigate to the issue tracker instead. ↩
All reactions