Apache Druid: a high performance real-time analytics database.
Go to file
cheddar 60b279b0d3 1) Add support for storing segments in HDFS 2013-04-30 12:47:43 -05:00
client Adjust passing of nodeType to ExecutorMain to be via a system property instead of via a command line argument. 2013-04-29 12:05:59 -05:00
common 1) Add support for storing segments in HDFS 2013-04-30 12:47:43 -05:00
doc doc/data_flow* diagrams added 2012-11-15 21:32:56 -08:00
druid-services [maven-release-plugin] prepare for next development iteration 2013-04-19 17:15:07 -07:00
examples 1) Refactor the announcement of segments to all exist inside the DataSegmentAnnouncer 2013-04-26 19:19:54 -05:00
index-common 1) Nicer logging 2013-04-26 19:19:55 -05:00
indexer 1) Add support for storing segments in HDFS 2013-04-30 12:47:43 -05:00
install 1) Have IndexGeneratorJob write the descriptors for each of the segments it creates to a path in the temporary working directory (generally HDFS) 2012-11-20 15:30:50 -06:00
merger Adjust passing of nodeType to ExecutorMain to be via a system property instead of via a command line argument. 2013-04-29 12:05:59 -05:00
publications/vldb fix typo and also testing commit 2013-04-19 16:57:42 -07:00
realtime Better name for ServerInventoryThingie 2013-04-29 11:48:42 -05:00
server 1) Add support for storing segments in HDFS 2013-04-30 12:47:43 -05:00
.gitignore 1) Try to fix the dependency issues for running the HadoopDruidIndexer locally. 2012-11-08 17:06:02 -08: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
pom.xml 1) Add support for storing segments in HDFS 2013-04-30 12:47:43 -05:00
some_file.txt Test commit to test contributions 2013-04-19 10:14:17 -05:00

README

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

Build with build.sh

See examples/rand 
See examples/twitter