You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,34 @@
1
-
Timeplus Proton Python Driver
1
+
Timeplus Python Driver
2
2
=============================
3
3
4
4
Introduction
5
5
------------
6
6
7
-
`Proton<https://github.com/timeplus-io/proton>`_ is a unified streaming and historical data processing engine in a single binary. The historical store is built based on `ClickHouse <https://github.com/ClickHouse/ClickHouse>`_.
7
+
`Timeplus<https://github.com/timeplus-io/proton>`_ is a unified streaming and historical data processing engine in a single binary.
8
8
9
-
This project provides python driver to interact with Proton, the code is based on https://github.com/mymarilyn/clickhouse-driver.
9
+
This project provides python driver to interact with Timeplus Proton or Timeplus Enterprise, the code is based on https://github.com/mymarilyn/clickhouse-driver.
10
10
11
11
12
12
Installation
13
13
------------
14
-
Proton Python Driver currently supports the following versions of Python: 3.8, 3.9, 3.10, 3.11 and 3.12.
14
+
Timeplus Python Driver currently supports the following versions of Python: 3.8, 3.9, 3.10, 3.11 and 3.12.
15
15
16
16
Installing with pip
17
17
We recommend creating a virtual environment when installing Python dependencies. For more information on setting up a virtual environment, see the `Python documentation <https://docs.python.org/3.9/tutorial/venv.html>`_.
0 commit comments