Re: Data Proxy for Cassandra

2018-06-11 Thread Chidamber Kulkarni
Kulkarni > wrote: > >> Hello, >> >> We have been working on a distributed data proxy for Cassandra. A data >> proxy is a combination of proxy and caching that also takes care of data >> consistency and invalidation for insert and updates. In addition, the data

Re: Data Proxy for Cassandra

2018-06-11 Thread DuyHai Doan
roxy layer ? Regards On Mon, Jun 11, 2018 at 5:46 PM, Chidamber Kulkarni wrote: > Hello, > > We have been working on a distributed data proxy for Cassandra. A data > proxy is a combination of proxy and caching that also takes care of data > consistency and invalidation for insert

Data Proxy for Cassandra

2018-06-11 Thread Chidamber Kulkarni
Hello, We have been working on a distributed data proxy for Cassandra. A data proxy is a combination of proxy and caching that also takes care of data consistency and invalidation for insert and updates. In addition, the data proxy is distributed based on consistent hashing and using gossip