数据连接器(mass-connector)

数据连接器基于 Akka Stream 实现,可实现从数据源读取数据、存储数据到数据源。分别使用 Source 和 Sink 来抽象 extractpersist 操作。

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.