File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
php ClickHouse wrapper
2
2
===================
3
-
4
-
5
3
##Features
6
-
7
4
* No dependency, only curl
8
5
* Select parallel queries (asynchronous)
9
6
* Parallelizing bulk inserts from CSV file
@@ -19,13 +16,15 @@ php ClickHouse wrapper
19
16
* Get master node replica in cluster
20
17
* Get tableSize in all nodes
21
18
19
+ [ Russian articles in repo] ( https://github.com/smi2/phpClickHouse/blob/master/doc/01_article.md ) , [ on habr] ( https://habrahabr.ru/company/smi2/blog/317682/ )
20
+
22
21
## Install composer
23
22
24
23
```
25
24
composer require smi2/phpclickhouse
26
25
```
27
26
28
- ## Install submodule
27
+ ### OR install submodule
29
28
30
29
``` bash
31
30
git submodule add https://github.com/smi2/phpClickHouse.git
@@ -38,7 +37,7 @@ git submodule update --remote
38
37
```
39
38
40
39
41
- packagist : https://packagist.org/packages/smi2/phpclickhouse
40
+ [ Packagist ] ( https://packagist.org/packages/smi2/phpclickhouse )
42
41
43
42
## Start
44
43
You can’t perform that action at this time.
0 commit comments