Apache Druid: a high performance real-time analytics database.
Go to file
Xavier Léauté 86ddc7da7b pretty ! 2013-09-27 09:55:03 -07:00
cassandra-storage Fix issues with bindings and handling extensions 2013-09-20 17:45:01 -05:00
common Fix issues with bindings and handling extensions 2013-09-20 17:45:01 -05:00
docs pretty ! 2013-09-27 09:55:03 -07:00
examples Fix issues with bindings and handling extensions 2013-09-20 17:45:01 -05:00
indexing-hadoop Update versions of poms and make IncrementalIndexStorageAdapterTest compile 2013-09-18 17:01:03 -05:00
indexing-service fix broken unit tests are a result of the last merge 2013-09-23 12:56:01 -07:00
install No more com.metamx.druid, it is now all io.druid! 2013-08-30 19:42:12 -05:00
processing Port fix for issue where IncrementalIndex doesn't properly filter for "null" values from 0.5.x to master 2013-09-18 18:18:53 -05:00
publications/vldb 1) Move doc/publications to top-level publications directory. 2013-09-13 16:26:41 -05:00
realtime Fix issues with bindings and handling extensions 2013-09-20 17:45:01 -05:00
server Make Jetty Server lazy 2013-09-23 16:02:24 -05:00
services Add missed com.metamx.druid.emitter.period propery to ConvertProperties 2013-09-23 16:46:37 -05:00
.gitignore Add docs from github wiki 2013-09-13 17:20:39 -05: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 1) upload.sh pushes up to artifacts/releases 2013-07-18 11:18:28 -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 Enable usage of SysMonitor to verify disk locations via DruidSysMonitor 2013-09-20 18:33:14 -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