You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/07/07 12:10:37 UTC

[skywalking-banyandb] branch simple-streaming-api updated (3b3e05b -> ab0a870)

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

lujiajing pushed a change to branch simple-streaming-api
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from 3b3e05b  add measure topn
     add ab0a870  support mapper and topN metadata reload

No new revisions were added by this update.

Summary of changes:
 banyand/measure/measure.go           |  33 +++--
 banyand/measure/measure_topn.go      | 255 ++++++++++++++++++++++++++---------
 banyand/measure/measure_write.go     |   5 +-
 banyand/measure/metadata.go          |  57 +++++---
 banyand/measure/service.go           |  50 ++++---
 banyand/metadata/metadata.go         |  24 ++++
 ui/embed.go => pkg/flow/api/ds.go    |  10 +-
 pkg/flow/streaming/flow_test.go      |  12 +-
 pkg/flow/streaming/flow_topn_test.go |  24 ++--
 pkg/schema/metadata.go               |  32 +++--
 10 files changed, 352 insertions(+), 150 deletions(-)
 copy ui/embed.go => pkg/flow/api/ds.go (88%)