mindsdb-server

MindsDB server, provides server capabilities to mindsdb native python library


Keywords
flask-restx, mindsdb-server, python3, rest-api
License
MIT
Install
pip install mindsdb-server==1.10.2

Documentation

This server uses flask_restplus to define the API

please run like:

python3 server.py

The code inside mindsdb_server

  • namespaces/<endpoint.py>: these contains a file per API resource
  • namespaces/configs: these are the configs for the API resources
  • namespaces/entitites: these are specs for the document objects that can be returned by the API resources