questdb / py-questdb-client

Python client for QuestDB InfluxDB Line Protocol
https://py-questdb-client.readthedocs.io
Apache License 2.0
49 stars 7 forks source link

docs: improved examples #53

Closed amunra closed 8 months ago

amunra commented 8 months ago

Improvements to the code examples, removing immediate mention of the "at now" functionality.

Closes https://github.com/questdb/py-questdb-client/issues/50

This PR also fixes the CI which has been broken due to bitrot. This is due to different behaviour in libraries and tools we depend on, including cibuildwheel, pip, setuptools, and the cython compiler (with a number of breaking changes).

Unfortunately this temporarily disabled two testcases that highlight Cython compiler differences. This is a necessary evil as we really want to release the new docs that rely on being able to build the project automatically: These will be addressed in a follow-up PR.

This PR also removes support for Python 3.7, which is now officially end-of-life.

amunra commented 8 months ago

Do we still allow numbers as the input values for ts columns and the designated ts?

Yes. This feature is not going away. It allows identifying columns positionally.