This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new ba399a80f9 docs: add KalamDB to known users (#21181)
ba399a80f9 is described below
commit ba399a80f9ffcb0563adf2b67add13d0476f6291
Author: Jamal Saad <[email protected]>
AuthorDate: Thu Mar 26 18:56:08 2026 +0200
docs: add KalamDB to known users (#21181)
## Which issue does this PR close?
- N/A. This is a small documentation-only update adding KalamDB to the
Known Users list.
## Rationale for this change
KalamDB uses DataFusion as part of its SQL execution layer. Adding it to
the documentation helps keep the Known Users section accurate and shows
another real-world DataFusion adoption example.
## What changes are included in this PR?
- Added `KalamDB` to the active projects list in
`docs/source/user-guide/introduction.md`.
- Described KalamDB as an SQL-first realtime state database for AI
agents, chat products, and multi-tenant SaaS.
## Are these changes tested?
No code or behavior changed. This PR only updates documentation text, so
no additional tests were needed.
## Are there any user-facing changes?
Yes. The DataFusion user guide will list KalamDB in the Known Users
section.
---
docs/source/user-guide/introduction.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/source/user-guide/introduction.md
b/docs/source/user-guide/introduction.md
index 9ad42a2a10..a47fa10d9d 100644
--- a/docs/source/user-guide/introduction.md
+++ b/docs/source/user-guide/introduction.md
@@ -137,6 +137,7 @@ Here are some active projects using DataFusion:
- [Vortex] An extensible, state of the art columnar file format
- [Telemetry](https://telemetry.sh/) Structured logging made easy
- [Xorq](https://github.com/xorq-labs/xorq/) Xorq is a multi-engine batch
transformation framework built on Ibis, DataFusion and Arrow
+- [KalamDB](https://github.com/jamals86/KalamDB) SQL-first realtime state
database for AI agents, chat products, and multi-tenant SaaS.
Here are some less active projects that used DataFusion:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]