Using Julia, what's the accepted way to deal with data stored in external databases?

266 Views Asked by At

Julia has an internal representation of storing data a la dataframes, but for some applications, one may have data in say a redis sql, or mongodb instance. It seems the drivers for these databases are presently lacking for julia, and I do not have the expertise or time to develop it; what are my options?

Would it make sense to write a tool in c to converse with Mongo, and utilise the julia api, or is there a somewhat more sensible approach to getting data in and out?

0

There are 0 best solutions below