# Overview

There are four ways to interact with Marple products: Python SDK, MATLAB SDK, our HTTP REST API and querying the cold data with Trino. Each one has slightly different capabilities:

<table><thead><tr><th width="180"></th><th width="376.2833251953125">Marple DB</th><th>Marple Insight</th></tr></thead><tbody><tr><td><a href="overview/python-sdk"><strong>Python SDK</strong></a></td><td>Pull &#x26; push data, general scripting  <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td>Export data <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td><a href="overview/matlab-sdk"><strong>MATLAB SDK</strong></a></td><td>Pull data, general scripting <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td>-</td></tr><tr><td><a href="overview/rest-api"><strong>REST API</strong></a></td><td>Upload files <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td>Export data <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td><a href="../marple-db/querying"><strong>Query with Trino</strong></a></td><td>Advanced custom SQL analysis <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td>-</td></tr></tbody></table>

We recommend:

* Default choice for integration and scripting ⇒ Python SDK
* For using Marple in MATLAB workflows ⇒ MATLAB SDK
* For integrating from other programming languages ⇒ REST API
* For connecting Grafana, Power BI or other tools ⇒ Query cold data with Trino

Using LLMs and coding agents can speed up scripting. Read our Agentic Coding guide to learn more:

{% content-ref url="agentic-coding" %}
[agentic-coding](https://docs.marpledata.com/docs/sdk/agentic-coding)
{% endcontent-ref %}

### Hands-on demo

The Marple DB SDK is very powerful for data mining and ML/AI use cases. Watch a hands-on demo by one of our developers:

{% embed url="<https://youtu.be/G3UT833Agl4>" %}

### Continue reading

{% content-ref url="overview/python-sdk" %}
[python-sdk](https://docs.marpledata.com/docs/sdk/overview/python-sdk)
{% endcontent-ref %}

{% content-ref url="overview/matlab-sdk" %}
[matlab-sdk](https://docs.marpledata.com/docs/sdk/overview/matlab-sdk)
{% endcontent-ref %}

{% content-ref url="overview/rest-api" %}
[rest-api](https://docs.marpledata.com/docs/sdk/overview/rest-api)
{% endcontent-ref %}
