Language-Specific Client Libraries
To integrate your app with Data 360 data, use one of the Salesforce-provided client libraries.
The language-specific client libraries include:
- Java: The Data 360 Java Database Connectivity (JDBC) driver supports a JDBC connection to the Salesforce Data 360 Query API. With this connection, you can access and retrieve data with your favorite tools supported by JDBC. See Get Started with JDBC.
- Python: The CDP Python driver extracts data from Data Cloud into Python for use with Pandas DataFrames. With the data in your environment, you can create visual data models, perform analytical operations, or build machine learning and AI models. See Data Cloud Python Connector in the Data Cloud Reference Guide.
- Apex: With Connect API in Apex, you can use our proprietary object-oriented programming language that executes on the Salesforce Platform. Use the query Apex Methods to query data from Data 360 in your Apex code.