influxdb/influxql
Ben Johnson b925e1c1af Multi-node clustering.
This commit adds the ability to cluster multiple nodes together to share
the same metadata through raft consensus.
2015-06-05 14:41:19 -06:00
..
INFLUXQL.md Add int_lit as unary expression 2015-05-27 09:35:29 -07:00
NOTES WIP: wire up group bys and pretty much the whole shebang 2015-01-27 20:27:19 -05:00
ast.go Wire up DROP SERIES. 2015-06-02 11:20:20 -04:00
ast_test.go Wire up DROP SERIES. 2015-06-02 11:20:20 -04:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
engine.go Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
engine_test.go Removed 'failed' from test suite. 2015-05-30 08:59:27 -06:00
functions.go Update tx.go to work with tsdb 2015-05-29 14:59:57 -06:00
functions_test.go Removed 'failed' from test suite. 2015-05-30 08:59:27 -06:00
parser.go Wire up DROP SERIES. 2015-06-02 11:20:20 -04:00
parser_test.go Wire up DROP SERIES. 2015-06-02 11:20:20 -04:00
result.go Refactor meta statement execution to meta.StatementExecutor. 2015-05-29 14:54:04 -06:00
scanner.go Multi-node clustering. 2015-06-05 14:41:19 -06:00
scanner_test.go fix #2281: passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
token.go support SELECT DISTINCT foo and SELECT distinct(foo) 2015-05-19 09:16:20 -06:00