Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 826 Bytes

automation.mdx

File metadata and controls

23 lines (15 loc) · 826 Bytes
title sidebarTitle
Automation
Automation

MindsDB enables you to automate AI workflows and get real-time predictions utilizing all available data.

You can schedule jobs to regularly check for new data and perform operations on it, including finetuning models or making predictions. We recommend checking out the Twitter chatbot tutorial to learn more.

**Next Steps**

Below are the links to help you explore further.

<Card title="CREATE JOB" icon="link" href="/sql/create/jobs">Custom SQL syntax.</Card>
<Card title="db.jobs.insertOne()" icon="link" href="/mongo/jobs/insertOne">Custom Mongo-QL sytax.</Card>
<Card title="project.create_job()" icon="link" href="/sdk_python/create_job">Directly from Python.</Card>