https://github.com/reasno/druid
Apache Druid Coroutine Client for Hyperf
https://github.com/reasno/druid
apache-druid hyperf
Last synced: 17 days ago
JSON representation
Apache Druid Coroutine Client for Hyperf
- Host: GitHub
- URL: https://github.com/reasno/druid
- Owner: Reasno
- Created: 2020-07-11T13:45:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T16:04:58.000Z (over 5 years ago)
- Last Synced: 2025-03-27T06:34:35.075Z (11 months ago)
- Topics: apache-druid, hyperf
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Apache Druid Coroutine Client for Hyperf
This component provides Hyperf integration for level23/druid-client.
## Installation
```bash
composer require reasno/druid
```
publish the configuration:
```bash
php bin/hyperf vendor:publish reasno/druid
```
Then you can inject `Level23\Druid\DruidClient` anywhere via standard Hyperf DI, and enjoy coroutine connections to druid.
## Documentation
See [level23/druid-client](https://github.com/level23/druid-client).