help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interface MongoDB and Octave


From: CdeMills
Subject: Re: Interface MongoDB and Octave
Date: Mon, 6 Jun 2016 06:10:51 -0700 (PDT)

Giulia Avallone Mendonça wrote
> Hello,
> 
> We are a group (of engineering students) involved in a project based on
> dealing with a huge amount of data. Our processing method was thought to
> be run by Octave, due to a list of benefits we found in this open source
> software. However, we have faced one lacuna when treating data from a
> database.
> 
> We are looking for how to connect MongoDB platform to Octave. We have
> already done this link using an intermediary API, and although it worked,
> it is still not the optimal solution for our project.
> 
> Hence, our proposal is to create a modulus able to interface directly our
> data stored in a MongoDB Server with Octave.  (We know that it is
> possible, since Matlab software has already this feature.)
> 
> We are looking forward partners to develop that modulus which we believe
> will bring a good contribution to the community, but also forward more
> information about it. In both case, don't be afraid to contact us: 

> address@hidden

> , 

> mohamedmahdi.soltani@

> .

Hello,

It's always good to have new peoples joining the Octave community.

Regarding your query, at this time there is a "database package" on
octave-forge: http://octave.sourceforge.net/database/index.html

This package is targeting PostgreSQL. I suggest you to think about an API
with a similar set of functions. Then propose the code you spoke about, f.i.
publishing it on GitHub, and telling us what's wrong with it and how you
would like to see it evolve. From a quick search, there are already C++
MondoDB libraries to perform query on a database; the tedious part would be
to translate what's returned by MongoDB in Octave values.

Latter, the resulting code could be integrated in the database package, this
would be a win-win situation for your team and for the Octave community.   

Regards

Pascal



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Interface-MongoDB-and-Octave-tp4677484p4677490.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]