Skip to content

Commit ecb8c19

Browse files
committed
readme add articles
1 parent dbb6c7c commit ecb8c19

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
php ClickHouse wrapper
22
===================
3-
4-
53
##Features
6-
74
* No dependency, only curl
85
* Select parallel queries (asynchronous)
96
* Parallelizing bulk inserts from CSV file
@@ -19,13 +16,15 @@ php ClickHouse wrapper
1916
* Get master node replica in cluster
2017
* Get tableSize in all nodes
2118

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+
2221
## Install composer
2322

2423
```
2524
composer require smi2/phpclickhouse
2625
```
2726

28-
## Install submodule
27+
### OR install submodule
2928

3029
```bash
3130
git submodule add https://github.com/smi2/phpClickHouse.git
@@ -38,7 +37,7 @@ git submodule update --remote
3837
```
3938

4039

41-
packagist : https://packagist.org/packages/smi2/phpclickhouse
40+
[Packagist](https://packagist.org/packages/smi2/phpclickhouse)
4241

4342
## Start
4443

0 commit comments

Comments
 (0)