#25 · Primary category: AI Data Infrastructure & Storage

OpenMLDB

database-for-ai database-for-machine-learning feature-engineering feature-extraction feature-store featureops featurestore in-memory-database machine-learning machine-learning-database mlops

OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.

Project last updated:08/28/26

GitHub Stars

1.7K

Forks

332

Contributors

223

License

Apache-2.0

Why we included this project

OpenMLDB is a machine learning database built around a simple problem: the features used to train a model should be the same ones the model sees at inference time. It stores and computes features so offline training and online serving read from one consistent source, and it handles the unglamorous plumbing around time-windowed aggregations and feature backfilling where data leakage usually sneaks in. Teams doing latency-sensitive scoring, such as fraud detection, risk scoring, and real-time recommendations, get a single place to define and serve features rather than maintaining separate batch and online stacks. And because feature logic is expressed in SQL, engineers who already know the language can get moving without picking up a new transformation framework.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category