Apache Druid: a high performance real-time analytics database.
Go to file
Jan Rudert 89b0c84f3b initial implementation of an protocol buffers firehose 2013-07-12 13:34:57 +02:00
client announcer thread fixes 2013-07-09 17:16:45 -07:00
common Merge pull request #173 from metamx/dhruv 2013-07-09 17:39:51 -07:00
doc Merge branch 'master' into refactor-indexing 2013-05-16 16:03:29 -07:00
examples 1) Fix stray imports from libraries that aren't depended on and fix annotations/methods accordingly. 2013-07-10 14:19:04 -07:00
indexing-common initial implementation of an protocol buffers firehose 2013-07-12 13:34:57 +02:00
indexing-hadoop correct segment path for hadoop indexer 2013-07-10 09:21:45 +02:00
indexing-service Merge branch 'master' of github.com:metamx/druid into batch-zk 2013-07-02 15:57:31 -07:00
install Postgresql integration. Postgresql included into postgresql-schema.sql 2013-06-28 09:35:48 +02:00
realtime initial implementation of an protocol buffers firehose 2013-07-12 13:34:57 +02:00
server Merge branch 'master' of github.com:metamx/druid 2013-07-11 16:02:11 +02:00
services Merge pull request #183 from rjurney/test-harness 2013-07-09 14:47:43 -07:00
.gitignore removed DS_Store files 2013-06-25 14:58:12 -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 cleaned up build.sh to remove spurious errors. 2012-10-24 14:34:24 -07: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 Merge branch 'master' of github.com:metamx/druid into batch-zk 2013-07-02 15:57:31 -07:00
upload.sh Upload script for services tarball, relies on s3cmd 2013-07-09 15:10:44 -07:00

README

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

Build with build.sh

See examples/rand 
See examples/twitter