NOSQL and the Q side of CQS

View: New views
4 Messages — Rating Filter:   Alert me  

NOSQL and the Q side of CQS

by Richard Dingwall :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys,

I'm thinking of taking the plunge with CQS for an upcoming project.
The C side will likely be backed by a traditional NHibernate/MySQL
combo, but I'm interested in using something like CouchDB, Divan or
Lucene for speedy denormalized UI querying.

I was wondering if anyone has any recommendations?

--
Richard Dingwall
http://richarddingwall.name

Re: NOSQL and the Q side of CQS

by Greg Young-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sounds to me like you have it backwards.

The Q side is what SQL excels at.

Greg

On Sat, Sep 26, 2009 at 9:21 AM, Richard Dingwall <rdingwall@...>wrote:

>
>
> Hi guys,
>
> I'm thinking of taking the plunge with CQS for an upcoming project.
> The C side will likely be backed by a traditional NHibernate/MySQL
> combo, but I'm interested in using something like CouchDB, Divan or
> Lucene for speedy denormalized UI querying.
>
> I was wondering if anyone has any recommendations?
>
> --
> Richard Dingwall
> http://richarddingwall.name
>  
>



--
Les erreurs de grammaire et de syntaxe ont été incluses pour m'assurer de
votre attention

Re: NOSQL and the Q side of CQS

by Richard Dingwall :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How do you replicate changes from the command side to the query?

Queue messages when the domain model changes? Or via SQL replication?

--
Richard Dingwall
http://richarddingwall.name


On Sun, Sep 27, 2009 at 2:23 AM, Greg Young <gregoryyoung1@...> wrote:

>
>
>
> Sounds to me like you have it backwards.
>
> The Q side is what SQL excels at.
>
> Greg
>
> On Sat, Sep 26, 2009 at 9:21 AM, Richard Dingwall <rdingwall@...> wrote:
>>
>>
>>
>> Hi guys,
>>
>> I'm thinking of taking the plunge with CQS for an upcoming project.
>> The C side will likely be backed by a traditional NHibernate/MySQL
>> combo, but I'm interested in using something like CouchDB, Divan or
>> Lucene for speedy denormalized UI querying.
>>
>> I was wondering if anyone has any recommendations?
>>
>> --
>> Richard Dingwall
>> http://richarddingwall.name
>
>
>
> --
> Les erreurs de grammaire et de syntaxe ont été incluses pour m'assurer de votre attention
>

Re: NOSQL and the Q side of CQS

by Greg Young-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Queue messages.

Sent from my iPhone

On 2009-09-26, at 10:12 PM, Richard Dingwall <rdingwall@...>  
wrote:

> How do you replicate changes from the command side to the query?
>
> Queue messages when the domain model changes? Or via SQL replication?
>
> --
> Richard Dingwall
> http://richarddingwall.name
>
> On Sun, Sep 27, 2009 at 2:23 AM, Greg Young  
> <gregoryyoung1@...> wrote:
> >
> >
> >
> > Sounds to me like you have it backwards.
> >
> > The Q side is what SQL excels at.
> >
> > Greg
> >
> > On Sat, Sep 26, 2009 at 9:21 AM, Richard Dingwall <rdingwall@...
> > wrote:
> >>
> >>
> >>
> >> Hi guys,
> >>
> >> I'm thinking of taking the plunge with CQS for an upcoming project.
> >> The C side will likely be backed by a traditional NHibernate/MySQL
> >> combo, but I'm interested in using something like CouchDB, Divan or
> >> Lucene for speedy denormalized UI querying.
> >>
> >> I was wondering if anyone has any recommendations?
> >>
> >> --
> >> Richard Dingwall
> >> http://richarddingwall.name
> >
> >
> >
> > --
> > Les erreurs de grammaire et de syntaxe ont été incluses pour m'ass
> urer de votre attention
> >
>