diff --git a/home/modules/ROOT/pages/sdk.adoc b/home/modules/ROOT/pages/sdk.adoc index a32823b7b2..3749addfd2 100644 --- a/home/modules/ROOT/pages/sdk.adoc +++ b/home/modules/ROOT/pages/sdk.adoc @@ -110,6 +110,47 @@ They offer traditional synchronous APIs as well as scalable asynchronous APIs to |=== +[.column] +====== {empty} + +[.column] +====== {empty} + +=== Operational SDK & Server Feature Availability + +Occasionally some features or integrations are not implemented for some SDKs. +The following table gives a quick reference for what is implemented. +See the individual SDKs' documentation for version compatibility. + + +[#table_api,cols="9,^2,^2,^2,^2,^2,^2,^2,^2,^2,^2,^2,^2"] +|=== +| *SDK* -> | C | {cpp} | .NET | Go | Java | Kotlin | Node.js | PHP | Python | Ruby | Rust | Scala + +| *Feature:* | | | | | | | | | | | | + +| Vector Search | ✖ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ + +| Vector GSI | ✖ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ + +| Preferred Server Group Replica Reads | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✖ | ✔ + +| Distributed ACID Transactions | ✖ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✖ | ✖ | ✔ + +| Response Time Observability | ✖ | ✖ | ✔ | ✖ | ✔ | ✖ | ✖ | ✖ | ✖ | ✖ | ✔ | ✔ + +| Field Level Encryption | ✖ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✖ | ✔ | ✔ + +| Cloud Native Gateway | ✖ | ✖ | 3.9.0 | ✔ | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | ✖ | ✔ + +| Spring Data Couchbase integration | ✖ | ✖ | ✖ | ✖ | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | ✖ | ✔ + +| Spark integration | ✖ | ✖ | ✖ | ✖ | ✔ | ✔ | ✖ | ✖ | ✔ | ✖ | ✖ | ✔ +|=== + + + + [.column] ====== {empty}