Skip to content

Commit

Permalink
readme add articles
Browse files Browse the repository at this point in the history
  • Loading branch information
isublimity committed Dec 20, 2016
1 parent dbb6c7c commit ecb8c19
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
php ClickHouse wrapper
===================


##Features

* No dependency, only curl
* Select parallel queries (asynchronous)
* Parallelizing bulk inserts from CSV file
Expand All @@ -19,13 +16,15 @@ php ClickHouse wrapper
* Get master node replica in cluster
* Get tableSize in all nodes

[Russian articles in repo](https://github.com/smi2/phpClickHouse/blob/master/doc/01_article.md), [on habr](https://habrahabr.ru/company/smi2/blog/317682/)

## Install composer

```
composer require smi2/phpclickhouse
```

## Install submodule
### OR install submodule

```bash
git submodule add https://github.com/smi2/phpClickHouse.git
Expand All @@ -38,7 +37,7 @@ git submodule update --remote
```


packagist : https://packagist.org/packages/smi2/phpclickhouse
[Packagist](https://packagist.org/packages/smi2/phpclickhouse)

## Start

Expand Down

0 comments on commit ecb8c19

Please sign in to comment.