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

[skywalking-banyandb] 01/01: Implement the writing protocol for trace

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

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

commit fbccf04c51193dcd36113484c123215a1d7bbdd9
Merge: 2efd69d 421b759
Author: Qiuxia Fan <fi...@outlook.com>
AuthorDate: Fri Jun 4 17:09:00 2021 +0800

    Implement the writing protocol for trace
    
    Implement the writing protocol for trace

 api/fbs/v1/query.fbs          |   6 +-
 api/fbs/v1/query_generated.go |  26 +-
 api/fbs/v1/rpc.fbs            |  10 +-
 api/fbs/v1/write.fbs          |  72 ++++++
 api/fbs/v1/write_generated.go | 546 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 640 insertions(+), 20 deletions(-)