2017 © Pedro Peláez
 

yii2-extension yii2-analytics

Yii2 Module for data analysts

image

anmoroz/yii2-analytics

Yii2 Module for data analysts

  • Friday, October 2, 2015
  • by anmoroz
  • Repository
  • 2 Watchers
  • 10 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Yii2 Module for data analysts

Construction of complex sections of data in tabular form., (*1)

Здесь документация на Русском языке, (*2)

Requirements

  • PHP >= 5.4.0.
  • Elasticsearch 1.7.2
  • yiisoft/yii2 ~2.0
  • yiisoft/yii2-bootstrap ~2.0
  • ruflin/elastica ~2.2.1
  • bower-asset/select2 ~4.0

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist anmoroz/yii2-analytics

or add, (*5)

"anmoroz/yii2-analytics": "~0.0.1"

to the require section of your composer.json., (*6)

Configuration

Edit the configuration file (web.php), for example:, (*7)

In section "module", (*8)

'analytics' => [
    'class' => 'anmoroz\analytics\Module',
    'configClass' => 'app\components\AnalystsConfigurator',
    'dbAdapterName' => 'db',
    'elasticSearch' => [
        'host' => 'localhost',
        'port' => '9200',
        'debug' => false
    ]
]

Edit the configuration file (console.php) as web.php, and additionally in section "bootstrap", (*9)

'bootstrap' => ['analytics']

Create AnalystsConfigurator exstends anmoroz\analytics\components\AbstractConfigurator, (*10)

Indexing data

Execute the php yii analytics/indexation command, (*11)

yii2-analytics schema, (*12)

The Versions

02/10 2015

dev-master

9999999-dev

Yii2 Module for data analysts

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Morozov

yii2 data analytics anmoroz

02/10 2015

dev-develop

dev-develop

Yii2 Module for data analysts

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Morozov

yii2 data analytics anmoroz

02/10 2015

0.0.1

0.0.1.0

Yii2 Module for data analysts

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrey Morozov

yii2 data analytics anmoroz