{"id":15203191,"url":"https://github.com/codibly/databricksbundle","last_synced_at":"2026-03-06T16:32:07.381Z","repository":{"id":56955994,"uuid":"100962433","full_name":"codibly/DatabricksBundle","owner":"codibly","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-31T15:33:43.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T15:12:47.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codibly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-21T14:49:27.000Z","updated_at":"2017-08-21T15:14:37.000Z","dependencies_parsed_at":"2022-08-21T08:50:39.528Z","dependency_job_id":null,"html_url":"https://github.com/codibly/DatabricksBundle","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codibly%2FDatabricksBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codibly%2FDatabricksBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codibly%2FDatabricksBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codibly%2FDatabricksBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codibly","download_url":"https://codeload.github.com/codibly/DatabricksBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242048578,"owners_count":20063404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-28T04:41:55.126Z","updated_at":"2026-03-06T16:32:07.308Z","avatar_url":"https://github.com/codibly.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"CodiblyDatabricksBundle\n=======================\n\nDocumentation\n-------------\n\nThe source of the documentation is stored in the `Resources/doc/` folder\nin this bundle, and available on symfony.com:\n\n[Resources/doc/index.md](https://github.com/codibly/DatabricksBundle/blob/master/Resources/doc/index.md)\n\nInstallation\n-------------\n\n## Get the bundle using composer\n\nAdd CodiblyDatabrickBundle by running this command from the terminal at the root of\nyour Symfony project:\n\n```bash\ncomposer require codibly/databricks-bundle\n```\n\nAlternatively, you can add the requirement `\"codibly/databricks-bundle\": \"dev-master\"` to your composer.json and run `composer update`.\nThis 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.\n\n## Enable the bundle\n\nTo start using the bundle, register the bundle in your application's kernel class:\n\n```php\n// app/AppKernel.php\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = [\n            // ...\n            new Codibly\\DatabricksBundle\\CodiblyDatabricksBundle(),\n            // ...\n        ];\n    }\n}\n```\n\n## Choose and configure a driver\n\nOne driver are currently supported:\n\n  * [guzzle](http://www.doctrine-project.org/projects/orm.html)\n\nOnce the chosen driver is installed and configured, tell\nCodiblyDatabricksBundle that you want to use it.\n\n```yaml\n# app/config/config.yml\ncodibly_databricks:\n    api:\n        driver: guzzle\n        host: 'https://your_instance.clud.databricks.com/api/v2.0'\n        username: '%env(DATABRICKS_USERNAME)%'\n        password: '%env(DATABRICKS_PASSWORD)%'\n```\n\n## That was it!\n\nYea, the bundle is installed! Move onto the [usage section](usage.md) to find out how\nto configure and setup your first cluster.\n\nLicence\n-------\n\nAbout\n-----\n\nReporting an issue or a feature request\n---------------------------------------\n\nIssues and feature requests are tracked in the [Github issue tracker](https://github.com/Codibly/DatabricksBundle/issues).\n\nWhen reporting a bug, it may be a good idea to reproduce it in a basic project\nbuilt using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)\nto allow developers of the bundle to reproduce the issue by simply cloning it\nand following some steps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodibly%2Fdatabricksbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodibly%2Fdatabricksbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodibly%2Fdatabricksbundle/lists"}