跳转到主要内容
Open Multi-Model Database

KWDB Developer Zone

KWDB is an open source distributed multi-model database for AIoT scenarios, supporting the simultaneous creation of time-series libraries and relational libraries in the same instance, and supporting fused processing of multi-model data.

0K+
Downloads
0+
Contributors
0k+
Stars

$||

KWDB Terminal
██╗ ██╗██╗ ██╗██████╗ ██████╗
██║ ██╔╝██║ ██║██╔══██╗██╔══██╗
█████╔╝ ██║ █╗ ██║██║ ██║██████╔╝
██╔═██╗ ██║███╗██║██║ ██║██╔══██╗
██║ ██╗╚███╔███╔╝██████╔╝██████╔╝
╚═╝ ╚═╝ ╚══╝╚══╝ ╚═════╝ ╚═════╝
Welcome to KWDB Multi-Model Database Developer Terminal!
$

Core Capability

One instance, with time-series and relational data working together in one SQL query

01Data sources

02KWDB

SQLCross-model query
SELECT  po.order_id,  po.product_code,  AVG(ms.temperature) AS avg_temperatureFROM production_orders AS poJOIN machine_sensors AS ms  ON po.machine_id = ms.machine_idGROUP BY po.order_id, po.product_code;

03Joined result

1 ROW · 3 COLS
order_idORD-2023-104
product_codePROD-B200
avg_temperature66.85

04Workflows

Try it now

From examples to a running instance

SampleDB · Playground

Open Playground

MCP · AGENT

Agent-native workflows

MCP Server · Agent Skills

Explore Agent Skills

Contribution Paths

How to Earn Points

Multiple ways to contribute, every effort will be rewarded. Whether you excel at code or documentation, you'll find a contribution path that suits you.

Technical Contribution

Points

+50

Submit Pull Request

Earn 50 points after merge, with 1-100 extra points depending on maintainer feedback

Technical Contribution

Points

+10

Submit Issue

Feature requests, bug reports, and other meaningful issues earn 10 points, with 1-20 extra points depending on maintainer feedback

Activity Contribution

Points

+50

Community Activity Ideas

Earn points when your idea is adopted

Community · Join Us

Are you ready to start your Open Source journey?

Join the KWDB community and grow together with developers worldwide. Make your code valuable, make your contributions visible.

View QR code

OpenAtom Foundation

开放原子开源基金会开放原子开源基金会

KWDB is OpenAtom Foundation incubation project.