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/09 14:25:43 UTC

[skywalking-banyandb] branch simple-streaming-api updated (ab0a870 -> 455b736)

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 ab0a870  support mapper and topN metadata reload
     add 24c091d  add test
     add 455b736  format

No new revisions were added by this update.

Summary of changes:
 banyand/measure/measure.go                         |   6 +-
 banyand/measure/measure_query.go                   |  25 +-
 banyand/measure/measure_topn.go                    | 278 +++++++++++++--------
 ...{measure_write_test.go => measure_topn_test.go} |  71 ++----
 banyand/measure/measure_write.go                   |  14 +-
 banyand/metadata/schema/schema.go                  |   7 +
 banyand/tsdb/scope.go                              |   2 +-
 banyand/tsdb/seriesdb.go                           |  15 +-
 banyand/tsdb/seriesdb_test.go                      |   2 +-
 pkg/flow/streaming/flow_sliding_window.go          |   1 +
 pkg/test/measure/etcd.go                           |  43 ++--
 .../service_cpm_minute_top100.json                 |  16 ++
 pkg/timestamp/range.go                             |   2 +-
 13 files changed, 291 insertions(+), 191 deletions(-)
 copy banyand/measure/{measure_write_test.go => measure_topn_test.go} (54%)
 create mode 100644 pkg/test/measure/testdata/topn_aggregations/service_cpm_minute_top100.json