influxdb/cmd
Stuart Carnie 59bd822af9 refactor(storage): Export subset of APIs to facilitate reuse
* the protocol service definition, ReadRequest and ReadResponse is
  reused across projects, rather than requiring redefinition.

* the ReadRequest protocol buffer definition removes the concept of a
  database and retention policy, replacing it with a field named
  ReadSource of type google.protobuf.Any. OSS requests will use the
  ReadSource message structure defined in local to this package, which
  defines fields to represent a Database and RetentionPolicy. Other
  implementations can provide their own data structure allowing the
  remainder of the ReadRequest to be reused.

* The RPC service and Store are expected to be redefined to handle their
  specific requirements for resolving a ReadSource

* ResultSet and GroupResultSet are interfaces representing non-grouping
  and grouping read behavior respectively. Calling NewResultSet or
  NewGroupResultSet will construct instances of these types

* The ResponseWriter type is exported to deal with serialization of
  the ResultSet and GroupResultSet types
2018-08-24 11:56:04 -07:00
..
influx Add retention policy flag to CLI queries. 2018-06-13 09:10:39 -06:00
influx_inspect influx_inspect: Make buildtsi code resusable 2018-08-07 11:33:21 -07:00
influx_stress simple typo fix 2017-09-25 08:16:57 -04:00
influx_tools fix(influx_tools): Use Array cursor types 2018-07-26 11:37:06 -07:00
influx_tsm Merge pull request #9028 from cbushko/lint-the-c-dirs 2018-04-23 10:41:05 -05:00
influxd refactor(storage): Export subset of APIs to facilitate reuse 2018-08-24 11:56:04 -07:00
store refactor(storage): Export subset of APIs to facilitate reuse 2018-08-24 11:56:04 -07:00
integration_config_test.go Minor cleanup 2017-10-13 17:28:24 -07:00
integration_test.go Use the appropriate environment variable for the wal directory 2017-11-07 10:07:33 -06:00
parse.go Update godoc for the cmd package and subpackages 2016-12-30 11:58:43 -08:00