You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/09/07 11:37:40 UTC

[GitHub] [skywalking-banyandb] hanahmily commented on a change in pull request #45: Introduce stream and tsdb module

hanahmily commented on a change in pull request #45:
URL: https://github.com/apache/skywalking-banyandb/pull/45#discussion_r703432158



##########
File path: banyand/stream/stream_query_test.go
##########
@@ -0,0 +1,532 @@
+// Licensed to Apache Software Foundation (ASF) under one or more contributor

Review comment:
       @lujiajing1126 The test cases could help you understand how to use the new `stream` module to query data. They show us three scenarios:
   
    * Query data by entities which are composited by `service_id`, `service_instance_id`, and `state`
    * Query data by local indices. For example, `duration` and `endpoint_id`. You can sort data by the local indices(`duration`) or the time.
    * Query data by the global index. The `trace_id` is the only case for skywalking trace.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org