RE: Detecting database changes

2016-11-22 Thread dlmarion
What kind of changes are you looking to alert off? Is it data changes or configuration changes? > -Original Message- > From: vaibhav thapliyal [mailto:vaibhav.thapliyal...@gmail.com] > Sent: Tuesday, November 22, 2016 7:20 AM > To: user@accumulo.apache.org > Subject: Det

Re: Detecting database changes

2016-11-22 Thread Josh Elser
+1 Christopher wrote: Apache Fluo can do this with Accumulo: https://fluo.apache.org On Tue, Nov 22, 2016, 07:26 vaibhav thapliyal mailto:vaibhav.thapliyal...@gmail.com>> wrote: Hi, I have a use case where I need to send out notifications based on changes in a table. Are there an

Re: Detecting database changes

2016-11-22 Thread Christopher
Apache Fluo can do this with Accumulo: https://fluo.apache.org On Tue, Nov 22, 2016, 07:26 vaibhav thapliyal < vaibhav.thapliyal...@gmail.com> wrote: > Hi, > > I have a use case where I need to send out notifications based on changes > in a table. Are there any kind of listeners which can be used

Detecting database changes

2016-11-22 Thread vaibhav thapliyal
Hi, I have a use case where I need to send out notifications based on changes in a table. Are there any kind of listeners which can be used to listen to a change in table event in accumulo? How do I go about this use case? Thanks Vaibhav