Use a Couchbase SDK with Enterprise Analytics [WIP]
- how-to
The Analytics SDKs enable you to connect client code written in popular languages to Enterprise Analytics. You can connect existing applications to Enterprise Analytics and develop new ones.
About SDK Use
Existing applications that you originally designed for the Analytics Service in Couchbase Server or Capella should continue to work seamlessly with Enterprise Analytics.
For example, you continue to use the cluster.Connect object for any of the analytics functions, such as analyticsQuery.
The main differences are:
-
How you obtain the connection string for your app.
-
How Enterprise Analytics links to, and organizes, collections of data from different sources.
For more information about developing an application for analytics, see the Analytics topic in the SDK documentation for your preferred language. For example, for the Java SDK see Analytics (Java SDK).