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/17 02:59:32 UTC

[GitHub] [skywalking] hanahmily opened a new issue #7732: [Core] Stream data processing

hanahmily opened a new issue #7732:
URL: https://github.com/apache/skywalking/issues/7732


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   In https://github.com/apache/skywalking/issues/6922, we accomplished most features of the trace module and other core components that support processing tracing data. We even did a banyandb java client for OAP. 
   
   Unfortunately, when I was implementing the index module, there was a defect in the original design that blocked us to make the trace feature happen.  Based on that, I set up this new issue to track current tasks.
   
   Now we selected `Stream` as the official notion to ingest trace and log items. The `trace` module will be dropped once this transferring get done.
   
   - [x] Upgrade API to v2. In v2, I introduce `stream` to substitute `trace` and tweak index relevant objects.
   - [x] Stream module.
   - [x] TSDB module. It's a time-series database engine to handle all of the data models.
   - [x] Several index packages. Including inverted index, tree(LSM-tree) index, term dictionary, and query execution tree.
   - [ ] Prune outdated modules that are `trace`, `database`  and `index`.
   - [ ] Query module. Adjust logical execution plan accordingly. (@lujiajing1126)
   - [ ] Liaison. Adapt to the new stream protocols.
   - [ ] Java client. Adapt to the new stream protocols. (@lujiajing1126)
   - [ ] OAP storage layer.(@lujiajing1126)
   
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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



[GitHub] [skywalking] hanahmily closed issue #7732: [Core] Stream data processing

Posted by GitBox <gi...@apache.org>.
hanahmily closed issue #7732:
URL: https://github.com/apache/skywalking/issues/7732


   


-- 
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