confluo icon indicating copy to clipboard operation
confluo copied to clipboard

Provide User Guide using Python

Open impredicative opened this issue 6 years ago • 6 comments
trafficstars

The User Guide at https://ucbrise.github.io/confluo/ could use a full Python version. At this time it's completely unclear how to use Confluo from Python.

impredicative avatar Dec 15 '18 21:12 impredicative

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 to know what your use-case for Confluo is!

anuragkh avatar Dec 17 '18 03:12 anuragkh

I am just storing and exploring realtime US stock data for now to make close to realtime predictions. It doesn't mean I have any good predictive model; I don't.

impredicative avatar Dec 17 '18 03:12 impredicative

Please advise when I should refresh https://ucbrise.github.io/confluo/ to also find a Python version of the User Guide. It's currently published in C++ only.

impredicative avatar Dec 17 '18 03:12 impredicative

The updates are in the stand-alone mode, when querying from the python client; for e.g., the Quick Start under the stand-alone subsection now has both C++ and Python code examples. Detailed API docs for the Python Client can be found here.

anuragkh avatar Dec 17 '18 08:12 anuragkh

Thanks. Most sections of the User Guide are currently not Python specific. It would help to just have a completely different and comprehensive user guide for Python. Without one, it's not sufficiently encouraging for a Python user to adopt Confluo.

impredicative avatar Dec 17 '18 17:12 impredicative

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

anuragkh avatar Dec 17 '18 19:12 anuragkh