Myriade – The AI-Native Data Platform
Explore, clean, transform, and govern your warehouse with collaborative AI agents.
Quick Start (Docker)
With SQLite backend (simplest)
docker run -p 8080:8080 -v $(pwd)/data:/app/data myriadeai/myriade:latestOpen: http://localhost:8080
With PostgreSQL backend
docker run -p 8080:8080 \ -e DATABASE_URL=postgresql://<db_user>:<strong_password>@localhost:5432/myriade \ myriadeai/myriade:latest
Always use dedicated, non-default credentials.
Docker Compose
For a complete setup with PostgreSQL, use the provided docker-compose.yml:
# Set required environment variable export POSTGRES_PASSWORD=your_secure_password # Start services docker compose up -d
Open: http://localhost:8080
See .env.docker for available configuration options.
Production Installation
For production deployments on Ubuntu/Debian servers with SSL:
curl -fsSL https://install.myriade.ai | bash -s -- myriade.YOUR_DOMAIN.comThis installs Docker, Nginx, and configures Let's Encrypt SSL certificates.
License
See LICENSE for details.