Skip to content

BenjaminYu/mldb

 
 

Repository files navigation

MLDB is the Machine Learning Database

MLDB is a new kind of database, one that is specifically designed for operationalizing machine learning. You install it wherever you want and send it commands over a RESTful API to store and explore data, train machine learning models on that data, and then expose those models 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, which is a Docker image containing all of MLDB's dependencies and can be run anywhere.

To get started faster you can also download a pre-built binary of the MLDB Enterprise Edition and use it with a free trial license for non-commercial purposes, which can be obtained instantly by filling out this form.

Please create a Github Issue 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 http://mldb.ai/doc.

Copyright & License (Apache License v2.0)

MLDB is © 2016 Datacratic, and is distributed under the Apache License, version 2.0, 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.

About

MLDB is the Machine Learning Database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 46.1%
  • C 28.2%
  • Jupyter Notebook 12.6%
  • JavaScript 8.7%
  • Python 2.2%
  • HTML 1.2%
  • Other 1.0%