Title
l

lemamon

05/16/2018, 3:34 PM
Hey guys, I try access db from server. I need create a job to import data from other database, and create default data in db. I can do it? How do it? I use local cluster with docker. Actually I create a http request from server, but I'm no happy with this implementation, and because of the amount of data, return error when I execute
ctx.db.exists
.
n

nilan

05/22/2018, 1:09 PM
yes, you can do this. there are a lot of different approaches. what have you already tried?