Changelog

Follow up on the latest improvements and updates.

RSS

PostgreSQL connections in DataKit
From now on you could simply connect your postgres databases to datakit. Preview, query and ask AI assistant to write a query for the tables you have questions about.
Try it out at https://datakit.page
Introducing workspaces in DataKit
Ever had to re-import the same CSV files every time you opened your browser? Or lost track of which datasets belonged to which analysis project?
Workspaces eliminates these friction points.
This is just the beginning of making data analysis more seamless and less repetitive - because your time should be spent on insights, not file management.
Try it out at https://datakit.page and let us know what you think!
Ollama in DataKit
DataKit now supports Ollama integration! Run your favourite local AI models (Llama 3, Mistral AI, DeepSeek r1, Microsoft Phi-4, Qwen3, OpenAI gpt-oss and more) directly in your data workflows.
Complete privacy - your data never leaves your machine, no API costs or rate limits and full control over your AI infrastructure.
All you need to do is run Ollama (download it from: https://ollama.com) and open up https://datakit.page.
DataKit Notebooks
Introducing "
Notebooks
" in DataKit.
From now on you can run your python notebooks in https://datakit.page.
You can bridge to your DuckDB from your notebook and write the sql, make plots, etc.
Additionally, transformers from Hugging Face are loaded by default in the environment.
For now the supported models are from:
These are all in your browser, there's no server (yet).
Watch a demo from here:
Check it out :)
DataKit Assistant
  • From now on, on top of BYOK, you could select to use DataKit models
The models are
claude-3-5-sonnet-20241022
claude-3-5-haiku-20241022
On coming months, the selection of desired models will get broader
  • You can have followup questions with your first question and restart the context when needed
  • You're able to see the consumption of token/approx-cost for each chat
  • Besides query generation, chart generation from query is also possible
Data Preview
  • You'd be able to sort out columns in the preview from now
  • Each grid cell could get copied
SQL Query panel
  • Run the query with the shortcut (Cmd+Enter)
  • Higher range of CSV download from query result panel (10K, 20K, 50K)
UI Adjustments
  • A series of visual improvements have been applied after doing more iterations and interviews from users (and more to come!)
Connect to AI models like GPT-4o, Claude, or Groq to analyze your data with natural language.
What you can do:
• Ask questions in plain English
• Get generated SQL queries automatically
• Get data insights and summaries
• Identify patterns and trends
Watch a demo here:
MotherDuck Cloud Support
Connect to MotherDuck databases with token authentication. Query routing automatically detects "database"."table" syntax.
Unified Schema Browser
Local and MotherDuck databases in single tree view. Resizable panel, lazy-loaded columns, auto-refresh on expand.
DDL Operations
CREATE/DROP/ALTER tables in MotherDuck. No pagination on DDL statements, automatic schema refresh.
Huggingface Integration