Heya,<br><br>It was just a single question, I don&#39;t have a real need to use mongodb unless the oss/bss (pythonic guys ;) of my customer find any utility to use it.<br>Mongodb is essentially for document storing than key-value storing as redis (according to <a href="http://nosql-database.org/">http://nosql-database.org/</a>), but has real good features (json and so on) and it becomes easy to do &quot;python-everywhere-please&quot;, including last ubuntu-servers used in my case. But I&#39;m not sure there&#39;s a real need to develop that kind of interface ... thank you Vlad for your advices and comments.<br clear="all">

<br>Thanks for your answers !<br><br>Regards,<br><br>Samuel MULLER<br>
<br><br><div class="gmail_quote">On Wed, Mar 14, 2012 at 1:03 PM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@opensips.org">bogdan@opensips.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Samuel,<br>
<br>
For the 1.8.0 release, the Key-Value cache DB interface has implementations for memcached, redis and casandra.<br>
<br>
In the future, we can add more implementations, depending on the needs.<br>
<br>
Regards,<br>
Bogdan<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div> </div><div>Date: Wed, 14 Mar 2012 13:42:30 +0200<br>
From: Vlad Paiu &lt;<a href="mailto:vladpaiu@opensips.org">vladpaiu@opensips.org</a>&gt;<br>
Subject: Re: [OpenSIPS-Users] Planning major release - OpenSIPS 1.8.0<br>
To: <a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a><br>
Message-ID: &lt;<a href="mailto:4F608426.9060004@opensips.org">4F608426.9060004@opensips.org</a><div id=":si">&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;; Format=&quot;flowed&quot;<br>
<br>
Hello,<br>
<br>
Just updated that page you provided, as the future 1.8 will also have a<br>
Cassandra connector for the Key-Value interface.<br>
<br>
The Key-Value interface is quite similar, in concept, to the DB<br>
interface. The core holds the actual interface, that offers general<br>
methods for operating with a Key-Value back-end, while the actual<br>
connectors to the back-ends are in the form of new modules, like<br>
cachedb_redis or cachedb_cassandra.<br>
<br>
So if you want to also allow communication with a MongoDB cluster, you<br>
would have to add a new module, let&#39;s say cachedb_mongodb, that<br>
implements the MongoDB specific operations, like connecting to a MongoDB<br>
cluster, fetching keys, etc.<br>
<br>
In time, if we feel the need for it, we might extend the set of<br>
supported NoSQL back-ends.<br>
Of course, contributions are very much appreciated, so if you plan in<br>
developing a MongoDB connector for OpenSIPS based on the K-V interface,<br>
take a look at the cachedb_* existing modules and you should get a good<br>
idea about how the interface works and how it should be used.<br>
<br>
Regards,<br>
<br>
Vlad Paiu<br>
OpenSIPS Developer<br>
<a href="http://www.opensips-solutions.com/" target="_blank">http://www.opensips-solutions.com</a></div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div class="HOEnZb"><div class="h5">
<br>
On 03/14/2012 01:26 PM, Samuel Muller wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Concerning this new major version 1.8.0, I would like to know more about new databases backend.<br>
<br>
I read that it will take in charge RedisDB (<a href="http://www.opensips.org/Resources/DocsTutKvinterface" target="_blank">http://www.opensips.org/<u></u>Resources/DocsTutKvinterface</a>), but does it mean that this new key-value interface will take in charge too MongoDB, CouchDB, ... ?<br>


<br>
thanks,<br>
<br>
Samuel MULLER<br>
</blockquote>
<br>
<br></div></div><span class="HOEnZb"><font color="#888888">
-- <br>
Bogdan-Andrei Iancu<br>
OpenSIPS Founder and Developer<br>
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.<u></u>com</a><br>
<br>
</font></span></blockquote></div><br>