Registry / database / druid-server

druid-server

JSON →
library36.0.0javamavenunverified

Apache Druid Server provides the core server components for the Druid real-time analytics database.

<dependency> <groupId>org.apache.druid</groupId> <artifactId>druid-server</artifactId> <version>36.0.0</version> </dependency>
INSTALL
IMPORT
SIG · DRUID-SERVER
D
druid-server
databasejavav36.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DruidServer
org.apache.druid.server.DruidServer

Creates a Druid server instance.

import org.apache.druid.server.DruidServer; import org.apache.druid.server.coordination.ServerType; public class Example { public static void main(String[] args) { DruidServer server = new DruidServer("server1", "localhost", null, 100, ServerType.HISTORICAL, "default"); System.out.println("Server created: " + server.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
36.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Resources
druid-server — mvn dependency:get druid-server · libregistry