---
title: "Get started with your analytics application"
description: "The Getting Started guide will teach you how to create an analytics project using the Platform, through concrete examples and best practices"
url: https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/landing-page-getting-started
lang: it
lastUpdated: 2026-09-14
---
> For AI agents: the complete documentation index is available at https://docs.ovhcloud.com/it/llms.txt, the full documentation bundle is available at https://docs.ovhcloud.com/it/llms-full.txt.

# Get started with your analytics application

## What you will build

The Getting Started guide will teach you **how to create an analytics project using the Platform**, through concrete examples and best practices. At the end of this tutorial, you will be completely self-sufficient. You’ll be able to create and deploy your own customized analytics application with sophisticated data processing.

:::info
**Before you start.** Access to Data Platform is set up once per organization: see [Sign up and sign in](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/manage-organizations-signin-signup.md). Then [create a project](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/manage-projects-create.md), which takes about eight minutes to provision. The tutorial below assumes both are done.
:::

The guide uses sample data, and demonstrates how to build an analytics application with predictive insights correlating subway traffic in the city of Chicago with weather variables and the time of the year.

![Final application](/images/public-cloud/data-platform/getting-started/picts/cta2.jpg)
_Photo by <a href="https://unsplash.com/fr/@skylargereld?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Skyler Gerald</a> on <a href="https://unsplash.com/fr/photos/jeMnUm2fG8s?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>_

The guide walks through building that application step by step, from connecting the sample data to deploying the finished app.

This guide takes about **1 hour** to complete.

:::info
We recommend using **Chrome** as your default browser. If you're using a different browser and face any issues, check out the link to our support portal to get in touch.
:::

## Setting-up your environment

Before you start working with data, you will need to set-up a working project environment. Your working environment is called a **Project**. It includes all the necessary tools and dedicated compute and storage resources you’ll need to build your analytics application.

![Setting-up your environment — Dp new homepage](/images/public-cloud/data-platform/getting-started/picts/dp_new_homepage.png)
When asked, choose the template to create an **end-to-end project**. This will instantiate all the services on the Platform to be ready to use in your project.

![Setting-up your environment — Create dataplant2 template](/images/public-cloud/data-platform/getting-started/picts/create-dataplant2-template.png)
Proceed with the creation. Once you have spinned up a Project, open it to [move on to creating your first application](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/landing-page-getting-started.md)!

## Build your analytics app from scratch on the Platform

The goal of this tutorial is to get you familiar with the Platform so that you can start creating your own applications as soon and as quickly as possible.

We'll walk you through the main steps to **build a data visualization app in less than 1 hour**.

The application to be built serves to visualize the rides in Chicago's railway stations. It will look like this by the end of this tutorial:

![Application Services](/images/public-cloud/data-platform/getting-started/app-init/picts/dashboard-final-new.png)
You will use sample datasets, and all the features and pre-written code provided for you by the Platform.

## Six easy steps

After having [created a Project](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/landing-page-getting-started.md#setting-up-your-environment), your data application will be created in 6 easy steps.

[<span style={{display:"flex", alignItems:"center", textDecoration:"none", color:"var(--rp-c-text-1)", backgroundColor:"var(--rp-c-bg-soft)", borderRadius:"8px", boxShadow:"0 3px 13px 0 rgba(151, 167, 183, 0.3)", margin:"10px 4px 25px", padding:"0 20px 0 0"}}><img className="no-zoom" src="/images/public-cloud/data-platform/getting-started/app-init/picts/connect.png" alt="Connect" style={{width:"175px", margin:"0 10px 0 0"}} /> <div> <h3 style={{paddingTop:"5px"}}>Connect sources in the Connectors</h3> <p>Define, analyze & clean your data sources</p> </div></span>](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/getting-started-connect-sources.md)

[<span style={{display:"flex", alignItems:"center", textDecoration:"none", color:"var(--rp-c-text-1)", backgroundColor:"var(--rp-c-bg-soft)", borderRadius:"8px", boxShadow:"0 3px 13px 0 rgba(151, 167, 183, 0.3)", margin:"10px 4px 25px", padding:"0 20px 0 0"}}><img className="no-zoom" src="/images/public-cloud/data-platform/getting-started/app-init/picts/organize.png" alt="Organize" style={{width:"175px", margin:"0 10px 0 0"}} /> <div> <h3 style={{paddingTop:"5px"}}>Organize your data in the Lakehouse Manager</h3> <p>Create and Build your data models</p> </div></span>](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/getting-started-organize-data.md)

[<span style={{display:"flex", alignItems:"center", textDecoration:"none", color:"var(--rp-c-text-1)", backgroundColor:"var(--rp-c-bg-soft)", borderRadius:"8px", boxShadow:"0 3px 13px 0 rgba(151, 167, 183, 0.3)", margin:"10px 4px 25px", padding:"0 20px 0 0"}}><img className="no-zoom" src="/images/public-cloud/data-platform/getting-started/app-init/picts/transfer.png" alt="Transfer" style={{width:"175px", margin:"0 10px 0 0"}} /> <div> <h3 style={{paddingTop:"5px"}}>Prepare the data on the Data Processing Engine</h3> <p>Configure the data import and transformation processes</p> </div></span>](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/getting-started-prepare-data.md)

[<span style={{display:"flex", alignItems:"center", textDecoration:"none", color:"var(--rp-c-text-1)", backgroundColor:"var(--rp-c-bg-soft)", borderRadius:"8px", boxShadow:"0 3px 13px 0 rgba(151, 167, 183, 0.3)", margin:"10px 4px 25px", padding:"0 20px 0 0"}}><img className="no-zoom" src="/images/public-cloud/data-platform/getting-started/app-init/picts/query.png" alt="Query" style={{width:"175px", margin:"0 10px 0 0"}} /> <div> <h3 style={{paddingTop:"5px"}}>Make queries in the Analytics Manager</h3> <p>Create custom queries to retrieve data from your data model</p> </div></span>](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/getting-started-create-queries.md)

[<span style={{display:"flex", alignItems:"center", textDecoration:"none", color:"var(--rp-c-text-1)", backgroundColor:"var(--rp-c-bg-soft)", borderRadius:"8px", boxShadow:"0 3px 13px 0 rgba(151, 167, 183, 0.3)", margin:"10px 4px 25px", padding:"0 20px 0 0"}}><img className="no-zoom" src="/images/public-cloud/data-platform/getting-started/app-init/picts/expose.png" alt="Expose" style={{width:"175px", margin:"0 10px 0 0"}} /> <div> <h3 style={{paddingTop:"5px"}}>Expose your data through an API</h3> <p>Expose your data by deploying an API dedicated to your Project</p> </div></span>](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/getting-started-expose-api.md)

[<span style={{display:"flex", alignItems:"center", textDecoration:"none", color:"var(--rp-c-text-1)", backgroundColor:"var(--rp-c-bg-soft)", borderRadius:"8px", boxShadow:"0 3px 13px 0 rgba(151, 167, 183, 0.3)", margin:"10px 4px 25px", padding:"0 20px 0 0"}}><img className="no-zoom" src="/images/public-cloud/data-platform/getting-started/app-init/picts/visualize.png" alt="Visualize" style={{width:"175px", margin:"0 10px 0 0"}} /> <div> <h3 style={{paddingTop:"5px"}}>Visualize it on the APP Manager</h3> <p>Create and deploy your front-end application</p> </div></span>](https://docs.ovhcloud.com/it/guides/public-cloud/data-platform/getting-started-visualize-data.md)

## Go further

If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project.

Ask questions, give your feedback and interact directly with the team building the Data Platform on the dedicated [Discord channel](https://discord.gg/ovhcloud).

If you need support with your OVHcloud services, create a request in our [Help Centre](https://help.ovhcloud.com/csm?id=csm_get_help).

Join our [community of users](https://community.ovhcloud.com/).
