# Datama Light

A powerful data analysis visualization platform that helps you discover the WHY behind your data variations across multiple BI platforms.

> **Reduce time spent on performance variation analysis by up to 4x**, transforming data challenges into opportunities by unlocking powerful insights from your key performance indicators.

## Quick Start

### Installation

```bash
npm ci
```

### Development Server

```bash
# Start development server for specific solution
# Available at: http://localhost:8089
npm run {compare|detect|explore}:serve
```

## Documentation

### 📚 [Getting Started](./docs/getting-started/README.md)
- [Prerequisites & Setup](./docs/getting-started/prerequisites.md)
- [Local Development](./docs/getting-started/local-development.md)
- [Project Overview](./docs/getting-started/project-overview.md)
- [Quick Start Guide](./docs/getting-started/quick-start.md)

### 🏗️ [Architecture](./docs/architecture/README.md)
- [System Overview](./docs/architecture/system-overview.md)
- [Project Structure](./docs/architecture/project-structure.md)
- [Core Components](./docs/architecture/core-components.md)
- [Data Flow](./docs/architecture/data-flow.md)
- [Platform Integrations](./docs/architecture/platform-integrations.md)

### 💻 [Development](./docs/development/README.md)
- [Development Environment](./docs/development/environment.md)
- [Coding Standards](./docs/development/coding-standards.md)
- [Component Development](./docs/development/components.md)
- [Plotter.js Framework](./docs/development/plotter-framework.md)
- [Extension Development](./docs/development/extensions.md)

### 🧪 [Testing](./docs/testing/README.md)
- [Testing Strategy](./docs/testing/strategy.md)
- [Unit Testing](./docs/testing/unit-testing.md)
- [End-to-End Testing](./docs/testing/e2e-testing.md)
- [Code Coverage](./docs/testing/coverage.md)
- [Linting](./docs/testing/linting.md)

### 🚀 [Deployment](./docs/deployment/README.md)
- [CI/CD Pipeline](./docs/deployment/cicd-pipeline.md)
- [Build Process](./docs/deployment/build-process.md)
- [Platform Deployment](./docs/deployment/platform-deployment.md)
- [Environment Management](./docs/deployment/environment-management.md)

### 🔧 [Troubleshooting](./docs/troubleshooting/README.md)
- [Common Issues](./docs/troubleshooting/common-issues.md)
- [Build Problems](./docs/troubleshooting/build-problems.md)
- [Platform-Specific Issues](./docs/troubleshooting/platform-issues.md)
- [Performance Issues](./docs/troubleshooting/performance.md)

## External Links

- [Microsoft AppSource](https://appsource.microsoft.com/en-us/product/power-bi-visuals/datama1591255760056.datama-light-compare?tab=Overview)
- [Datama Official Website](https://datama.fr)

## Contributing

Please read our [Development Guide](./docs/development/README.md) and [Coding Standards](./docs/development/coding-standards.md) before contributing.

## License

&copy; Copyright 2024 Datama SAS. All rights reserved.

---

**Need help?** Check our [Troubleshooting Guide](./docs/troubleshooting/README.md) or review the [Getting Started](./docs/getting-started/README.md) documentation.