Apache Druid: a high performance real-time analytics database.
Go to file
cheddar 06ed0e7448 Merge pull request #28 from metamx/fjy
Some modifications on how to register things in Druid
2012-11-13 15:02:14 -08:00
client construct registering nodes with lists 2012-11-13 15:00:55 -08:00
common [maven-release-plugin] prepare for next development iteration 2012-11-09 15:50:24 -08:00
druid-services [maven-release-plugin] prepare for next development iteration 2012-11-09 15:50:24 -08:00
examples [maven-release-plugin] prepare for next development iteration 2012-11-09 15:50:24 -08:00
index-common reverting some of the last changes 2012-11-12 16:14:48 -08:00
indexer nodes no longer inherit from interfaces but instead extend classes 2012-11-13 13:18:31 -08:00
install added DruidSetup.java and install/druid_setup.sh to run it for Druid ensemble setup (put properties to zk, create zk zpaths, prep db, and dump properties/paths in zk); property druid.zk.paths.base can establish a namespace for a druid ensemble allowing more than one ensemble to use the same zookeepers; this namespace is the base zpath prefix for paths with properties in the form druid.zk.paths.*Path which are normally set automatically now; if druid.zk.paths.*Path are explicitly set, then all of them must be set with absolute paths to ensure careful attention; ZkSetup is now deprecated, use DruidSetup instead; examples/twitter RealtimeStandaloneMain will exit properly now after a kill -15 (control-c or kill pid) instead of hanging on an unstopped daemon. 2012-11-06 00:16:27 -08:00
merger construct registering nodes with lists 2012-11-13 15:00:55 -08:00
realtime fix rename of this node 2012-11-12 16:17:51 -08:00
server fix rename of this node 2012-11-12 16:17:51 -08:00
.gitignore 1) Try to fix the dependency issues for running the HadoopDruidIndexer locally. 2012-11-08 17:06:02 -08:00
LICENSE 1) Create LICENSE 2012-10-24 05:09:47 -04:00
README added DruidSetup.java and install/druid_setup.sh to run it for Druid ensemble setup (put properties to zk, create zk zpaths, prep db, and dump properties/paths in zk); property druid.zk.paths.base can establish a namespace for a druid ensemble allowing more than one ensemble to use the same zookeepers; this namespace is the base zpath prefix for paths with properties in the form druid.zk.paths.*Path which are normally set automatically now; if druid.zk.paths.*Path are explicitly set, then all of them must be set with absolute paths to ensure careful attention; ZkSetup is now deprecated, use DruidSetup instead; examples/twitter RealtimeStandaloneMain will exit properly now after a kill -15 (control-c or kill pid) instead of hanging on an unstopped daemon. 2012-11-06 00:16:27 -08:00
build.sh cleaned up build.sh to remove spurious errors. 2012-10-24 14:34:24 -07:00
deploy.sh Initial commit of OSS Druid Code 2012-10-24 03:39:51 -04:00
pom.xml Switch to using javax.servlet:servlet-api:2.5 instead of two different versions of jetty's servlet-api distribution 2012-11-09 17:31:03 -08:00

README

See the "Wiki" https://github.com/metamx/druid/wiki

Build with build.sh

See examples/rand 
See examples/twitter