mindsdb

The platform for customizing AI from enterprise data

OTHER License

Downloads
29.1K
Stars
21.4K
Committers
824

Bot releases are hidden (Show)

mindsdb - v2.11.2

Published by StpMax about 4 years ago

Fixes:

  • Changed Scout url opened by browser
  • Changed gui paths for js and css
mindsdb - v2.11.0

Published by StpMax about 4 years ago

Features:

  • serve Scout from root / instead static/
  • change http api location from root / to api/
  • open browser page with Scout on MindsDB http interface start
  • most part of fields in custom config is not required to run anymore.

Fixes:

  • fix using MindsDB directly from mysql console client
  • various fixes

Note:
All predictors trained before this release will be moved to {storage_dir}/obsolete/predictors, since they cant be used in newer versions.

mindsdb - v2.10.2

Published by StpMax about 4 years ago

Hotfixes:

  • Scout address will be in terminal output at any logging level.
  • fix for AccessDenied error at OSX
mindsdb - v2.10.0

Published by StpMax about 4 years ago

Features:

  • Improves for logging and console output
  • Remove no longer needed config fields

Fixes:

  • should be fixed issues related to ssl-cert valid from date.
mindsdb - v2.9.1

Published by StpMax about 4 years ago

Features:

  • using relative path in config['storage_dir']

Fixes:

  • additional checks for config migration 1.1->1.2.
mindsdb - v2.9.0

Published by StpMax about 4 years ago

Fixes:

  • fixes for MongoDB api
  • various fixes
mindsdb - v2.8.3

Published by StpMax about 4 years ago

Fixes:

  • Error will be shown if 'api' part missing in config
mindsdb - v2.8.1

Published by StpMax about 4 years ago

Fix:

  • pymongo requirement
mindsdb - v2.8.0

Published by StpMax about 4 years ago

features:

  • MongoBD API
  • custom models support
  • env variable to set CORS ports list
  • Versioned storage pathing
  • Various improvements to "bring your own model"

fixes:

  • route to compatible-config.json
mindsdb - v2.7.2

Published by StpMax about 4 years ago

fixes:

  • added more errors check for GUI downloading
mindsdb - v2.7.1

Published by StpMax about 4 years ago

features:

  • serving MindsDB GUI interface
  • new config version: separate paths for datasources and predictors storage changed to one root folder path
mindsdb - v2.7.0

Published by StpMax about 4 years ago

fixes:

  • Predictors files will be stored in right directory.
  • Docker image creation.
mindsdb - v2.6.1

Published by StpMax about 4 years ago

features:

  • 'waitress' as default HTTP server. 'gunicorn' and 'flask' as optional
mindsdb - v2.6.0

Published by StpMax about 4 years ago

features:

  • 'Gunicorn' HTTP server, instead current one
mindsdb - v2.5.0

Published by StpMax about 4 years ago

features:

  • integration with MSSQL
  • improved errors output for internal server errors

tests:

  • tests for MSSQL integration
mindsdb - v2.4.0

Published by StpMax about 4 years ago

features:

  • new pre-parser for sql statements.

fixes:

  • issue with file uploading on Windows.
  • wrong initial config for MySQL integration
  • issue with different storage paths in mindsdb and mindsdb_native
  • batch of issues with deleting datasource in case of predictor learning error
mindsdb - v2.3.0

Published by StpMax about 4 years ago

features:

  • integration with PostgreSQL
  • improvements of HTTP routes for DB config
  • route for datasource analysis now not blocking

fixes:

  • all passwords from config now read as strings

tests:

  • tests for integration with PostgreSQL
mindsdb - v2.2.1

Published by StpMax about 4 years ago

Fixed typo

mindsdb - v2.2.0

Published by StpMax about 4 years ago

features:

  • integration with MySQL

fixes:

  • DataStore.save_datasource received info for saving DS from 'default_' integrations keys
mindsdb - v2.1.2

Published by StpMax about 4 years ago

Fixes:

  • filtering by timestamp through sql interface
  • 'insert predictor' will work well if 'column = null' in query