Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

tests project is maintained

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

ddev restart

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.