
ddev-addon-mindsdb - MindsDB add-on for DDEV
This is a DDEV add-on for MindsDB, an open-source AI layer for existing databases that allows you to effortlessly develop, train, and deploy state-of-the-art machine learning models using SQL.
Installation
For DDEV v1.23.5 or above run
ddev add-on get meevagmbh/ddev-addon-mindsdb
For earlier versions of DDEV run
ddev get meevagmbh/ddev-addon-mindsdb
Then restart your project
Configuration
You can change the used Docker image by setting the MINDSDB_DOCKER_TAG
to a supported Docker tag. The default is lightwood
.
For all available tags see MindsDB Docker Hub.
Usage
After installation, you can access the MindsDB web interface at http://<project>.ddev.site:47334/
.
License
Apache 2.0
This project is not affiliated with or endorsed by MindsDB.
Based on the original ddev-addon-template.
Contributed and maintained by meeva GmbH.