Live data from Hacker News

Launch HN: MindsDB (YC W20) – Machine Learning Inside Your Database

news.ycombinator.com

61–62 of 62 posts

Re: Launch HN: MindsDB (YC W20) – Machine Learning Inside Your Database

#61

Is it inside the database? It looks as though it's actually in a separate server, that is called by the database.

From the user perspective it's inside the database, you can run mindsdb in the backgrond,connect it to the database once, and then do everything from within the database (i.e. connecting with a sql client to your database server and issuing commands the same way you would query "normal" tables). From a technical perspective it's a separate server that communicates with the database through various mechanisms (e.g. fe…

Sure, from a client perspective that makes sense, but it misled me a bit. I thought the DBMS was running the ML, a bit like an ML equivalent of a materialised view.

Re: Launch HN: MindsDB (YC W20) – Machine Learning Inside Your Database

#62

Support for graph databases would be cool.

Did you have one in mind? We add integrations based on community demand.

Support for Tinkerpop would probably make it possible to support all the major ones, e.g. OrientDB and Neo4j.
Post reply on HN