A GraphQL API for MindsDB using Grafbase. It allows you to interact with MindsDB databases, projects, models, and more through a GraphQL interface.
Hashnode x Grafbase Hackathon Project
xe360c_1.mp4
- Query MindsDB databases, projects, models, tables, and views
- Create, update, and delete databases, projects, models, tables, and views
- Make predictions using MindsDB models
- Run SQL queries directly on MindsDB databases
- Leverages Grafbase for auto-generated GraphQL schema and resolvers
- Node.js (recommended v20)
- MindsDB instance running
- Grafbase CLI
git clone https://github.com/mr-destructive/grafbase-mindsdb
cd grafbase-mindsdb
npm install
Get the local Graphbase server running
grafbase dev
The GraphQL playground will now be available at http://localhost:4000
.
See the Grafbase docs for more info on configuring and deploying your API.
Pull requests are welcome! Feel free to open issues for any bugs or desired features.
This project is licensed under the MIT license. See LICENSE for more info.