<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi All,<br>
    <br>
    <br>
    Henning, thank you for introducing me. <br>
    <br>
    As announced yesterday I have been working a Cassandra DB driver for
    Sip-Router and today I have committed the new module <b>db_cassandra</b>
    into the master branch.<br>
    <br>
    This module offers a DB interface and can be used by other modules
    to perform DB operations instead of db_mysql for example. <br>
    Because Cassandra is a NoSQL storage system, it is not possible to
    run all kind of queries on it and this is the reason why the module
    has some limitations.<br>
    It is especially suited for applications that store large data or
    that require data distribution, redundancy or replication. One usage
    example is a <b>distributed location system</b> in a platform that
    has a cluster of SIP Router servers, with more proxies and
    registration servers accesing the same location database. This was
    actually the main usage we had in mind when implementing the module.
    It has been tested with usrloc and auth_db modules, but it can also
    be used with other modules that have simmilar queries. You can read
    more about this in the README file <a
href="http://sip-router.org/docbook/sip-router/branch/master/modules/db_cassandra/db_cassandra.html">http://sip-router.org/docbook/sip-router/branch/master/modules/db_cassandra/db_cassandra.html</a>.<br>
    <br>
    Inside the module you can find a configuration file example that
    modifies the default configuration file to enable a location service
    with a Cassandra backend. If you have a Cassandra installation, it
    should be very easy to test it.<br>
    <br>
    We hope you find this module useful and are glad to receive any
    feedback, comments about it.<br>
    <br>
    Thanks and regards,<br>
    Anca<br>
    <br>
    <br>
    <br>
    <br>
    On 01/16/2012 12:28 PM, Henning Westerholt wrote:
    <blockquote cite="mid:201201161128.17579.hw@kamailio.org"
      type="cite">
      <pre wrap="">Hello all,

I'm happy to announce a new developer for the project: Anca Vamanu.
Welcome to the development team!

Anca joined 1&amp;1 last year and worked since then on several internal modules 
and also many important bug fixes for our kamailio server setup. She is a 
experienced C and C++ developer and contributed in the past a lot to OpenSER 
and other VoIP projects.

One interesting work she just finished and that we also like to contribute to 
the community is a db_cassandra module, providing access to this NoSQL 
database [1] from kamailio. She will take over the maintenance of this module 
and also work on improving other parts of the server.

Best regards,

Henning


[1] <a class="moz-txt-link-freetext" href="http://cassandra.apache.org/">http://cassandra.apache.org/</a>

</pre>
    </blockquote>
    <br>
  </body>
</html>