Git Product home page Git Product logo

mysql-modeldb's Introduction

mysql-modeldb

mysql as database for MIT ml modeldb is coming

the office modeldb use sqlite as database ,but it can not use in product enviroment,so I have to tab and edit the office code let it can support to mysql,so many days ,I have done it,thx for modeldb and jooq ,less time do it.

now the modeldb server separate can support mysql and sqlite both time that anyone you would use ,I add the springboot framework, you also can add some monitor and distribute mode like consul eurika and hystrix zuul,anything also

anyone want to use it ,can git clone

if you like ,maybe mark a star is better thx

2018-10-24 muller

CREATE DATABASE modeldb_test CHARACTER SET utf8 COLLATE utf8_bin;

GRANT ALL PRIVILEGES ON modeldb_test.* TO 'muller'@'localhost' IDENTIFIED BY 'geotmt';

flush privileges;

use modeldb_test source src/main/resources/mysql/createDB_new.sql

mysql-modeldb's People

Contributors

mullerhai avatar

Stargazers

 avatar  avatar  avatar  avatar

Forkers

apple006

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.