Apache Druid: a high performance real-time analytics database.
Go to file
fjy f7c10e3594 rework tests in indexing service to be more unit testy 2013-09-12 16:37:58 -07:00
common 1) Adjustments to allow for the addition of new Runnables via modules. Modules should implement CliCommandCreator and add their stuff there. 2013-09-11 17:41:20 -05:00
doc Merge branch 'master' into refactor-indexing 2013-05-16 16:03:29 -07:00
examples 1) Move Firehose interface and dependencies to druid-api 2013-08-31 16:43:28 -05:00
indexing-hadoop 1) Move Firehose interface and dependencies to druid-api 2013-08-31 16:43:28 -05:00
indexing-service rework tests in indexing service to be more unit testy 2013-09-12 16:37:58 -07:00
install No more com.metamx.druid, it is now all io.druid! 2013-08-30 19:42:12 -05:00
processing 1) Rename MetricSelector(Factory) to ColumnSelector(Factory) 2013-09-04 11:19:46 -05:00
realtime 1) Move Firehose interface and dependencies to druid-api 2013-08-31 16:43:28 -05:00
server 1) Remove SingleSegmentLoader and replace with OmniSegmentLoader 2013-09-12 11:47:03 -05:00
services 1) Remove SingleSegmentLoader and replace with OmniSegmentLoader 2013-09-12 11:47:03 -05:00
.gitignore Make it all compile again... 2013-08-02 10:14:46 -07:00
DruidCorporateCLA.pdf Add CLA documents 2013-03-15 16:07:54 -05:00
DruidIndividualCLA.pdf Add CLA documents 2013-03-15 16:07:54 -05: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 reverted accident change 2013-08-01 17:58:32 +02:00
eclipse_formatting.xml Eclipse formatting file. (only what I inferred from a few files) 2013-05-01 14:17:57 -04:00
pom.xml OMG!!! A lot of stuff has been moved. Modules have been created and destroyed, but everything is compiling and unit tests are passing, OMFG this is awesome.! 2013-08-30 18:21:04 -05:00
upload.sh Fix upload script to actually upload into the directory 2013-07-19 16:57:55 -07:00

README

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

Build with build.sh

See examples/rand 
See examples/twitter