> ## Documentation Index
> Fetch the complete documentation index at: https://odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Generating Data

## Wait for collectors to be ready

Before generating data, make sure that the collectors and applications are ready. To check this run the following command:

```bash theme={null}
kubectl get pods -n default
```

```bash theme={null}
kubectl get pods -n odigos-system
```

<Frame>
  <img src="https://mintcdn.com/odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866/YZYox0emD0zxmOOB/images/collectors_ready.png?fit=max&auto=format&n=YZYox0emD0zxmOOB&q=85&s=0668a8e74d1089e6869c77348159fcfb" alt="Wait for collectors to be ready" width="1616" height="1022" data-path="images/collectors_ready.png" />
</Frame>

## Access frontend application and generate data

In order to access the frontend application, run the following command:

```bash theme={null}
kubectl port-forward svc/frontend 8080:8080
```

Then, open the following URL in your browser: [http://localhost:8080](http://localhost:8080) and purchase some items.

<Frame>
  <img src="https://mintcdn.com/odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866/YZYox0emD0zxmOOB/images/demo_frontend_app.png?fit=max&auto=format&n=YZYox0emD0zxmOOB&q=85&s=a56f31a02b2aac06b803154823b9381b" alt="Frontend application" width="1616" height="1214" data-path="images/demo_frontend_app.png" />
</Frame>
