定制 codibly/databricks-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

codibly/databricks-bundle

Composer 安装命令:

composer require codibly/databricks-bundle

包简介

Databricks PHP integration for your Symfony3 project using Guzzle

README 文档

README

Documentation

The source of the documentation is stored in the Resources/doc/ folder in this bundle, and available on symfony.com:

Resources/doc/index.md

Installation

Get the bundle using composer

Add CodiblyDatabrickBundle by running this command from the terminal at the root of your Symfony project:

composer require codibly/databricks-bundle

Alternatively, you can add the requirement "codibly/databricks-bundle": "dev-master" to your composer.json and run composer update. This could be useful when the installation of CodiblyDatabricksBundle is not compatible with some currently installed dependencies. Anyway, the previous option is the preferred way, since composer can pick the best requirement constraint for you.

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Codibly\DatabricksBundle\CodiblyDatabricksBundle(),
            // ...
        ];
    }
}

Choose and configure a driver

One driver are currently supported:

Once the chosen driver is installed and configured, tell CodiblyDatabricksBundle that you want to use it.

# app/config/config.yml
codibly_databricks:
    api:
        driver: guzzle
        host: 'https://your_instance.clud.databricks.com/api/v2.0'
        username: '%env(DATABRICKS_USERNAME)%'
        password: '%env(DATABRICKS_PASSWORD)%'

That was it!

Yea, the bundle is installed! Move onto the usage section to find out how to configure and setup your first cluster.

Licence

About

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

统计信息

  • 总下载量: 21
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-01-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固