Apache Druid: a high performance real-time analytics database.
Go to file
cheddar e885cb5a4d 1) Switch CuratorDiscoveryConfig to not be an abstract class 'cause Jackson cannot instantiate them 2013-07-18 11:15:39 -07:00
client 1) Switch CuratorDiscoveryConfig to not be an abstract class 'cause Jackson cannot instantiate them 2013-07-18 11:15:39 -07:00
common 1) A bunch more changes to make things actually run. Not quite done, but close! 2013-06-20 17:19:51 -07:00
doc Merge branch 'master' into refactor-indexing 2013-05-16 16:03:29 -07:00
examples 1) Introduce Jetty 8 2013-06-17 10:53:50 -07:00
indexing-common optimize spatial and update poms everywhere 2013-06-05 15:26:40 -07:00
indexing-hadoop 1) Inject IndexingServiceClient 2013-06-07 17:37:33 -07:00
indexing-service 1) Introduce Jetty 8 2013-06-17 10:53:50 -07: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
realtime 1) Introduce Jetty 8 2013-06-17 10:53:50 -07:00
server 1) Configuration fixes, slowly gonna make the MasterMain actually start up! 2013-07-09 16:16:56 -07:00
services optimize spatial and update poms everywhere 2013-06-05 15:26:40 -07: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
eclipse_formatting.xml Eclipse formatting file. (only what I inferred from a few files) 2013-05-01 14:17:57 -04:00
pom.xml 1) A bunch more changes to make things actually run. Not quite done, but close! 2013-06-20 17:19:51 -07:00

README

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

Build with build.sh

See examples/rand 
See examples/twitter