# mldb **Repository Path**: KinderRiven/mldb ## Basic Information - **Project Name**: mldb - **Description**: MLDB is the Machine Learning Database - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-17 - **Last Updated**: 2021-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MLDB is the Machine Learning Database ### by [MLDB.ai](http://mldb.ai/) [![Join the chat at https://gitter.im/mldbai/mldb](https://badges.gitter.im/mldbai/mldb.svg)](https://gitter.im/mldbai/mldb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) MLDB is an open-source database designed for machine learning. You can install it wherever you want and send it commands over a RESTful API to store data, explore it using SQL, then train machine learning models and expose them as APIs. More information is available at http://mldb.ai This repository contains the source code for MLDB, which can be used to [build the MLDB Community Edition](Building.md), which is a Docker image containing all of MLDB's dependencies and can be run anywhere. **The easiest way to get started with MLDB** is to [sign up to MLDB.ai](https://mldb.ai/#signup) and launch a free 90-minute hosted MLDB session. You'll be able to browse the live documentation and run and modify the demos yourself. You can also download a pre-built binary of the [MLDB Enterprise Edition](http://mldb.ai/doc/#builtin/Running.md.html) and use it with a free trial license for non-commercial purposes, which can be obtained instantly once you [sign up to MLDB.ai](https://mldb.ai/#signup). Please [create a Github Issue](https://github.com/mldbai/mldb/issues/new) or [chat with us on Gitter](https://gitter.im/mldbai/mldb) if you have any questions or encounter problems while building or running MLDB. ## Documentation Raw Markdown documentation files are located under `container_files/public_html/doc` and you can browse them on Github or you can browse the full-rendered version at https://docs.mldb.ai ## Copyright & License (Apache License v2.0) MLDB is © 2016 mldb.ai inc, and is distributed under the [Apache License, version 2.0](LICENSE), except for the contents of the `ext` directory, which contains modified versions of other open-source software components, each of which is distributed under its own, Apache-compatible license and lists its own copyright information.