deeppavlov / dp-agent

DeepPavlov Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for SQL Server

opened this issue · comments

I wish to instead of using MongoDB, use SQL Server, as this is what I use for everything else on the host

SQL server based state schema will be added in one of the future releases. I guess it will be right after pip publication (from late February to March this year). If we decide to use SQL Alchemy as base, there will be no big problem to switch between SQL dialects via config.

Alright that sounds cool,

I have another query.
I am trying to run this via docker for windows within the linux containers. They are all very slow, and it takes ages for the individual parts to download the data they need.

My server runs an i7 and 16GB ram w/ 1050ti gfx card, is this a common issue?

If you are talking about a container building speed, it really depends on the availability of docker image storage and connection speed to it.
If I am wrong, I'm afraid I need more information in order to answer your question.