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?