Commit Graph

102 Commits (519a30a463f2b1feb0080a19dd680fdc976cb97a)

Author SHA1 Message Date
Ben Johnson 85e285623e Refactor meta data to separate package.
This commit moves meta data from the influxdb.Server and extracts it
out to a new "meta" package. This package handles all strongly
consistent data in the database and maintains a small set of metadata
in-memory.

Conflicts:
	meta/store.go
2015-05-08 11:52:05 -06:00
Jason Wilder 229638cfaf Write path interfaces
This adds some placeholder interfaces for the new write path.
2015-05-07 23:12:12 -06:00