mfenniak / rethinkdb-net

A C# / .NET client driver for RethinkDB.
Other
247 stars 37 forks source link

Example for Query changefeed #258

Open francisminu opened 6 years ago

francisminu commented 6 years ago

Hi @mfenniak ,

I went through the example and found that there is one for Table change feeds. Could you please provide and example for change feeds on a Query as well. I am very new to RethinkDb and found your project very helpful for our requirements. It will be really helpful if you can provide a simple example with Query change feed also. My sample requirement is: Fetch all records that match a specific name and I need to identify if there are more records with the same name being inserted again.

Thanks!