featurebase/ctl
Travis a7bb90fcd0 initial gRPC server implementation
add makeRows() tests
register the gRPC server
use api.Index() instead of api.Schema()

support most field types in Inspect() query

currently, there's no support for `time` fields.
those will be dependent upon the output format
and the ability to materialize the timestamp from
the time views.

this commit also changes the response type of the
`Inspect()` query to be a tabular `RowResponse`.
2019-10-29 14:27:07 -05:00
..
check.go v2.0.0 2019-10-08 14:56:17 -06:00
check_test.go generalize test strings and break out old UnmarshalBinary code 2019-08-05 17:39:47 -05:00
common.go v2.0.0 2019-10-08 14:56:17 -06:00
config.go v2.0.0 2019-10-08 14:56:17 -06:00
config_test.go v2.0.0 2019-10-08 14:56:17 -06:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
export.go v2.0.0 2019-10-08 14:56:17 -06:00
export_test.go v2.0.0 2019-10-08 14:56:17 -06:00
generate_config.go v2.0.0 2019-10-08 14:56:17 -06:00
generate_config_test.go so much lint 2019-04-16 12:07:18 -05:00
import.go v2.0.0 2019-10-08 14:56:17 -06:00
import_test.go v2.0.0 2019-10-08 14:56:17 -06:00
inspect.go v2.0.0 2019-10-08 14:56:17 -06:00
inspect_test.go generalize test strings and break out old UnmarshalBinary code 2019-08-05 17:39:47 -05:00
server.go initial gRPC server implementation 2019-10-29 14:27:07 -05:00
server_test.go v2.0.0 2019-10-08 14:56:17 -06:00