DEV Community

Benjamin Derville
Benjamin Derville

Posted on

Myriade, the analytic agent for your database.

Open-sourced today 🥳 — Myriade, the analytic agent for your database.

  1. Connect your database (Postgres, Mysql, ...)
  2. Ask in plain English (... or Mandarin)
  3. Get SQL + charts back in seconds.

Check it out :
https://github.com/myriade-ai/myriade

It's free, but you will need your own Anthropic apikey.

git clone https://github.com/myriade-ai/myriade.git
docker compose pull
ANTHROPIC_API_KEY=XXXX docker compose up -d
Enter fullscreen mode Exit fullscreen mode

Top comments (0)