chore: update changes
This commit is contained in:
parent
75c1592e7c
commit
d745e875d8
|
@ -0,0 +1,4 @@
|
||||||
|
Integrate `Cassandra` into `bridges` as a new backend. At the current stage:
|
||||||
|
- Only support Cassandra version 3.x, not yet 4.x.
|
||||||
|
- Only support storing data in synchronously, not yet asynchronous and batch
|
||||||
|
method to store data to Cassandra.
|
|
@ -0,0 +1,3 @@
|
||||||
|
支持 Cassandra 数据桥接。在当前阶段:
|
||||||
|
- 仅支持 Cassandra 3.x 版本,暂不支持 4.x。
|
||||||
|
- 仅支持以同步的方式存储数据,暂不支持异步和批量的方式来存储数据到 Cassandra。
|
Loading…
Reference in New Issue