influxdb/datastore
Paul Dix 78509d918a Don't ever try to query or write against a shard that is closed or deleted.
Uses a RWlock so there's no global lock on writes or queries.
2014-08-22 13:41:34 -04:00
..
storage Add the sentinel values for all db on creation 2014-07-21 13:36:08 -04:00
datastore_test.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
interface.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
mock_user_test.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
shard.go Don't ever try to query or write against a shard that is closed or deleted. 2014-08-22 13:41:34 -04:00
shard_datastore.go Add data migration 0.7 -> 0.8 2014-08-15 13:20:49 -04:00
shard_datastore_test.go Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00