You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fluo.apache.org by Alan Camillo <al...@blueshift.com.br> on 2018/02/07 17:59:55 UTC

Observers from observers

Hello guys!

We are planing a Fluo table to receive historical data and deduplicate then
storing a count of how many times some data were repeated. Nothing wrong
until here but...

We'd like to using a observer to insert data in another "table"/application
on Fluo that is observed by other observers chain. Is it possible? Is it
make sense or I can store diferent "contexts" of my application in the same
Fluo "table"/application?

Thanks!
Alan Camillo
*BlueShift *I IT Director
Cel.: +55 11 98283-6358
Tel.: +55 11 4605-5082

Re: Observers from observers

Posted by Keith Turner <ke...@deenlo.com>.
On Wed, Feb 7, 2018 at 12:59 PM, Alan Camillo <al...@blueshift.com.br> wrote:
> Hello guys!
>
> We are planing a Fluo table to receive historical data and deduplicate then
> storing a count of how many times some data were repeated. Nothing wrong
> until here but...
>
> We'd like to using a observer to insert data in another "table"/application
> on Fluo that is observed by other observers chain. Is it possible? Is it
> make sense or I can store diferent "contexts" of my application in the same
> Fluo "table"/application?

What I would do in this case is store the different data sets in the
same Fluo table with different prefixes.  Giving each data set its own
row prefix ensures that the data sets are not interleaved.

>
> Thanks!
> Alan Camillo
> *BlueShift *I IT Director
> Cel.: +55 11 98283-6358
> Tel.: +55 11 4605-5082