Anurag Khandelwal

Results 26 comments of Anurag Khandelwal

Hi @rudy2steiner, thanks for that change. What I meant was we need to add tests that assert the correctness of the implementation. Currently the existing tests do not assert anything....

Thanks for pointing this out! Would you be willing to submit a PR?

Thanks for the feedback! I've updated the documentation with Python usage. We're continuously working on improving documentation, and plan to add Java usage as well. I would we very interested...

The updates are in the stand-alone mode, when querying from the python client; for e.g., the [Quick Start](https://ucbrise.github.io/confluo/quick_start/#stand-alone-mode) under the stand-alone subsection now has both C++ and Python code examples....

Thanks for the feedback. Look for a section on the Python Client interface in the next couple of days.

Thanks for your interest @liuxiaopiao! An example similar to Kafka-like functionality can be found [here](https://github.com/ucbrise/confluo/tree/single-machine/examples/libstreaming/streaming). This issue relatively simplistic -- our benchmarks used a slightly more involved implementation (including a...