[Catalyst] KiokuDB, MongoDB and the NoSQL thing

Ido Perlmuter ido at ido50.net
Tue Mar 2 07:06:34 GMT 2010


This is actually a pretty interesting subject, and while I can't help you
with any of it as I have no experience (I have tried KiokuDB once for a
project I was working on, but found that it's too young for my purposes,
from the same reason as you - searching and sorting is next to impossible).

Anyway, I hope this subject gets more attention, as the possibilities are
huge.

Ido.

On Tue, Mar 2, 2010 at 8:07 AM, S.A. Kiehn <keenlinks at ymail.com> wrote:

> I have a couple of production Catalyst/DBIx::Class sites on Debian stable,
> and then on my personal hobby site I use local::lib to try out new things.
> Recently I split out my users for this site into a separate model and I
> thought it a good exercise to learn and use KiokuDB.  It was just a couple
> of simple objects, users & roles, but I believe I have a better
> understanding of how a schema-less data model would work.  All I do are
> lookups based on ID or indexed object values, but doing any type of order=
ing
> by dates or titles is a mystery.  It seems that the Search::GIN is to
> provide this sort of functionality, but it is under-documented and has not
> had an update for awhile.
>
> I do not see many posts regarding uses of KiokuDB within Catalyst so I was
> curious about the opinion of the community in regards to its usage.  Is it
> still to early within development?
>
> Also, I have been reading more about the increase in the NoSQL interest,
> with a particular interest in the MongoDB database (it seems to be similar
> in some respects to KiokuDB), but I do not find Perl people in the
> discussion as much as others (Ruby, PHP).  Are there developers in the
> Catalyst community who lean toward NoSQL concepts over traditional RDMS's,
> or is best to view as a tool to use at times?
>
> How about MongoDB?  Am I being suckered by another bandwagon?
>
> Thanks, Scott K.
>
>
>
>
>
>
>
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20100302/c50ed=
692/attachment.htm


More information about the Catalyst mailing list