-
Updated
Jul 1, 2020 - Java
druid
Here are 308 public repositories matching this topic...
-
Updated
Jul 2, 2020 - Java
-
Updated
Apr 29, 2019
-
Updated
Jul 5, 2020 - Java
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jun 20, 2018 - Java
-
Updated
Nov 19, 2019 - Java
Hi~
我在Spring Boot 2.1下使用这个组件时遇到个问题:
***************************
APPLICATION FAILED TO START
***************************
Description:
Configuration property name 'spring.datasource.druid.data-sources.commonMaster' is not valid:
Invalid characters: 'M'
Bean: additionConfigController
Reason: Canonical names should be kebab-case ('-' separated), lowercase alpha-nume
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jul 6, 2020 - Java
-
Updated
May 20, 2020 - Java
Hello,
I'd like to ask documents which provide information to upgrade Metatron discovery and Metatron druid.
Such as, to keep the druid ingested data and permission control, which folder should back-up, etc.
Many thanks,
-
Updated
Jul 9, 2020 - Java
-
Updated
Mar 2, 2019 - Java
-
Updated
Jul 1, 2020 - Java
-
Updated
Feb 22, 2018 - Java
-
Updated
Jun 27, 2020 - Java
-
Updated
Oct 5, 2018 - TypeScript
-
Updated
Jul 1, 2020 - HTML
Through the 'case when' statement of /console/druid/ page, json is obtained:
`{
"queryType": "groupBy",
"dataSource": {
"type": "table",
"name": "dw_action_sec_data_test"
},
"intervals": {
"type": "intervals",
"intervals": [
"-146136543-09-08T08:23:32.096Z/146140482-04-24T15:36:27.903Z"
]
},
"virtualColumns": [],
"filter": null,
"granularity
The Async Http Request should accept custom SSL context that contains the certificate and private key for authentication.
AbstractBinderFactory needs a new method getSSLContext() and the SSL context returned by this method is used to establish the connection with the druid.
protected SslContext getSSLContext() {
return null;
}
AbstractBinderFactory Implementation has
-
Updated
Nov 7, 2017 - Java
Improve this page
Add a description, image, and links to the druid topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the druid topic, visit your repo's landing page and select "manage topics."
Description
A URI field that does not support HTTP is kind of like a car that does not go on roads. It should be supported or documented.
Ref: https://druid.apache.org/docs/latest/development/extensions-core/lookups-cached-global.html
Motivation