You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2021/06/03 13:09:49 UTC

[skywalking-banyandb] 01/01: Merge pull request #7 from apache/query-dependent-coms

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit 2efd69d7da200b690842c515e88037d9e029c00b
Merge: 4fda8d2 05f20f9
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Thu Jun 3 21:09:40 2021 +0800

    Merge pull request #7 from apache/query-dependent-coms
    
    Add query module dependent interfaces

 api/{fbs/v1/trace.fbs => common/id.go}       |   6 +-
 api/data/trace.go                            |   6 +-
 api/fbs/v1/trace_generated.go                |  41 ----------
 banyand/index/index.go                       |  16 +++-
 banyand/internal/bus/bus.go                  | 118 ++++++++++++++++++++++++---
 banyand/internal/bus/bus_test.go             | 102 ++++++++++++++++-------
 banyand/internal/cmd/standalone.go           |  16 ++--
 banyand/query/query.go                       |   7 +-
 banyand/queue/local.go                       |   4 +-
 banyand/{query/query.go => series/series.go} |  21 ++++-
 10 files changed, 236 insertions(+), 101 deletions(-)