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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to