Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions home/modules/ROOT/pages/sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down