GitHub - myriade-ai/myriade: AI Native Data Platform: explore, clean, transform and govern your data warehouse, all from one place.

1 min read Original article ↗

Myriade – The AI-Native Data Platform

Explore, clean, transform, and govern your warehouse with collaborative AI agents.

Website | Live Demo


Quick Start (Docker)

With SQLite backend (simplest)

docker run -p 8080:8080 -v $(pwd)/data:/app/data myriadeai/myriade:latest

Open: 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.com

This installs Docker, Nginx, and configures Let's Encrypt SSL certificates.

Full installation guide


License

See LICENSE for details.