?????? [DISCUSS]Add separated selectable version to our documents

2018-08-08 Thread bismy
I do not have this yet. And maybe we can provide versioned docs from next 
release. 




--  --
??: "willem.jiang";
: 2018??8??8??(??) 3:22
??: "dev";

: Re: [DISCUSS]Add separated selectable version to our documents



@bismy,

Can you give us the link for the document?
We can update the website for these versioned documents.


Willem Jiang

Twitter: willemjiang
Weibo: willem

On Wed, Aug 8, 2018 at 9:28 AM, bismy  wrote:

> Yes. We have to build a release version of doc. And documents can give
> link to versions.
> e.g.
> Java chassis document
> latest
> 1.1.0
> 1.0.0
>
>
>
>
> --  --
> ??: "willem.jiang";
> : 2018??8??7??(??) 10:15
> ??: "dev";
>
> : Re: [DISCUSS]Add separated selectable version to our documents
>
>
>
> As the gitbook is using git , we should to the release just as we do for
> the source code.
>
> But the challenge is how we host the gitbook, maybe we add the gitbook
> build as part of our release process.
>
> Any thought?
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: willem
>
> On Tue, Aug 7, 2018 at 9:30 AM, ?? <342906...@qq.com> wrote:
>
> > Hi, all:
> >We had implement many new features step by step in each release, so I
> > think we also need make docs with separated version like :
> >
> >  
> >  User guideversion : 1.0.0 ??
> >  
> >
> >  document content ...
> >
> >
> >
> >  
> >
> >Then user can clear known any feature in which version implemented,
> Any
> > thoughts ?
> >
> >  Best Regards & Thanks
> >  YangYongZheng
>

Re: [DISCUSS] Performance benchmarking tool finding for Saga

2018-08-08 Thread Willem Jiang
Hi

The two articles are pretty much same, so you just need to take a look at
one. As they didn't open source the performance test code, we need to setup
the performance test based on the demo ourself.

Now Ju Zheng is working on build test deploying environment for the demo
application and saga into k8s on this task[1].
So the next important work is we should know about the slowest parts of our
system.

We did some performance turning for the old saga implementation.  Here are
some informations that you can take a look.
1. We use the kamon[2] to instrument the saga application, so we can get
the metrics and tracing by applying the annotations of kamon.
You can find the example code by searching @EnableKamon in the saga-core
module.

2.  We need to send the metrics to reporter to help us to observer the
whole system.
kamon supports lots of reporters, using the InfluxDB and Grafana could be a
good way to go.


Please let me know if you have any question about it.

[1]https://issues.apache.org/jira/browse/SCB-823
[2]http://kamon.io/documentation/get-started/


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Wed, Aug 8, 2018 at 11:37 PM, mahesh somalaraju <
mahesh.somalar...@huawei.com> wrote:

> Dear Servicecomb Dev team,
>
> I am looking forward to contribute the project
> "incubator-servicecomb-saga".
> Currently I am understanding the use cases and code flows of Saga.
> I have gone through the some sample demos and it is interesting.
>
> I am looking for finding one performance tool which can calculate the
> performance of saga.
> There is no direct tool which can calculate the performance of distributed
> transaction framework.
>
> I have gone through some links presented in web. These links in Chinese
> language and I translated and gone through.
> https://cloud.tencent.com/developer/news/280262
> https://blog.csdn.net/aioria_csdn/article/details/81139958
>
> I am planning to calculate the performance on below performance factors.
>
> 1)  TPS
>
> 2)  Response time and TPS when multiple clients presents.
>
> 3)  Response time and average TPS in multiple thread scenario.
>
> Any inputs are welcome !  Thank you in advance.
>
> Thanks & Regards
> Mahesh Raju Somalaraju
> Gtihub: maheshrajus
>
>
>


[DISCUSS] Performance benchmarking tool finding for Saga

2018-08-08 Thread mahesh somalaraju
Dear Servicecomb Dev team,

I am looking forward to contribute the project "incubator-servicecomb-saga".
Currently I am understanding the use cases and code flows of Saga.
I have gone through the some sample demos and it is interesting.

I am looking for finding one performance tool which can calculate the 
performance of saga.
There is no direct tool which can calculate the performance of distributed 
transaction framework.

I have gone through some links presented in web. These links in Chinese 
language and I translated and gone through.
https://cloud.tencent.com/developer/news/280262
https://blog.csdn.net/aioria_csdn/article/details/81139958

I am planning to calculate the performance on below performance factors.

1)  TPS

2)  Response time and TPS when multiple clients presents.

3)  Response time and average TPS in multiple thread scenario.

Any inputs are welcome !  Thank you in advance.

Thanks & Regards
Mahesh Raju Somalaraju
Gtihub: maheshrajus




?????? [DISCUSS]Add separated selectable version to our documents

2018-08-08 Thread DeanLee
markdown to pdf, have to install Calibre.It's work.

https://toolchain.gitbook.com/ebook.html 




please give a target path for pdf.

sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | 
sudo sh /dev/stdin





--  --
??: "Willem Jiang";
: 2018??8??8??(??) 4:41
??: "dev";

: Re: [DISCUSS]Add separated selectable version to our documents



If we can host the html or pdf which gitbook builds somewhere, it's quit
easy for us to resolve the version issue.
Just like what we did in the release page[1]

[1]http://servicecomb.incubator.apache.org/release/


Willem Jiang

Twitter: willemjiang
Weibo: willem

On Wed, Aug 8, 2018 at 4:16 PM, DeanLee  wrote:

> hi YangYongZheng,
> About separated version, did anyone do something like that? would you
> please give us an example?
>
> https://github.com/apache/incubator-dubbo-website
> http://dubbo.apache.org/#!/docs/user/quick-start.md?lang=zh-cn
> http://tars.tencent.com/base/help/TARS_quick_start_Java.html
> https://github.com/Tencent/Tars
>
>
>
>
> btw, What's the difference with release note?
> https://github.com/apache/incubator-dubbo/releases
>
>
>
>
>
>
>
> --  --
> ??: "Willem Jiang";
> : 2018??8??8??(??) 3:22
> ??: "dev";
>
> : Re: [DISCUSS]Add separated selectable version to our documents
>
>
>
> @bismy,
>
> Can you give us the link for the document?
> We can update the website for these versioned documents.
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: willem
>
> On Wed, Aug 8, 2018 at 9:28 AM, bismy  wrote:
>
> > Yes. We have to build a release version of doc. And documents can give
> > link to versions.
> > e.g.
> > Java chassis document
> > latest
> > 1.1.0
> > 1.0.0
> >
> >
> >
> >
> > --  --
> > ??: "willem.jiang";
> > : 2018??8??7??(??) 10:15
> > ??: "dev";
> >
> > : Re: [DISCUSS]Add separated selectable version to our documents
> >
> >
> >
> > As the gitbook is using git , we should to the release just as we do for
> > the source code.
> >
> > But the challenge is how we host the gitbook, maybe we add the gitbook
> > build as part of our release process.
> >
> > Any thought?
> >
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: willem
> >
> > On Tue, Aug 7, 2018 at 9:30 AM, ?? <342906...@qq.com> wrote:
> >
> > > Hi, all:
> > >We had implement many new features step by step in each release, so
> I
> > > think we also need make docs with separated version like :
> > >
> > >  
> > >  User guideversion : 1.0.0 ??
> > >  
> > >
> > >  document content ...
> > >
> > >
> > >
> > >  
> > >
> > >Then user can clear known any feature in which version implemented,
> > Any
> > > thoughts ?
> > >
> > >  Best Regards & Thanks
> > >  YangYongZheng
> >
>

Re: [DISCUSS]Add separated selectable version to our documents

2018-08-08 Thread Willem Jiang
If we can host the html or pdf which gitbook builds somewhere, it's quit
easy for us to resolve the version issue.
Just like what we did in the release page[1]

[1]http://servicecomb.incubator.apache.org/release/


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Wed, Aug 8, 2018 at 4:16 PM, DeanLee  wrote:

> hi YangYongZheng,
> About separated version, did anyone do something like that? would you
> please give us an example?
>
> https://github.com/apache/incubator-dubbo-website
> http://dubbo.apache.org/#!/docs/user/quick-start.md?lang=zh-cn
> http://tars.tencent.com/base/help/TARS_quick_start_Java.html
> https://github.com/Tencent/Tars
>
>
>
>
> btw, What's the difference with release note?
> https://github.com/apache/incubator-dubbo/releases
>
>
>
>
>
>
>
> -- 原始邮件 --
> 发件人: "Willem Jiang";
> 发送时间: 2018年8月8日(星期三) 下午3:22
> 收件人: "dev";
>
> 主题: Re: [DISCUSS]Add separated selectable version to our documents
>
>
>
> @bismy,
>
> Can you give us the link for the document?
> We can update the website for these versioned documents.
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Wed, Aug 8, 2018 at 9:28 AM, bismy  wrote:
>
> > Yes. We have to build a release version of doc. And documents can give
> > link to versions.
> > e.g.
> > Java chassis document
> > latest
> > 1.1.0
> > 1.0.0
> >
> >
> >
> >
> > -- 原始邮件 --
> > 发件人: "willem.jiang";
> > 发送时间: 2018年8月7日(星期二) 晚上10:15
> > 收件人: "dev";
> >
> > 主题: Re: [DISCUSS]Add separated selectable version to our documents
> >
> >
> >
> > As the gitbook is using git , we should to the release just as we do for
> > the source code.
> >
> > But the challenge is how we host the gitbook, maybe we add the gitbook
> > build as part of our release process.
> >
> > Any thought?
> >
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Tue, Aug 7, 2018 at 9:30 AM, 郑扬勇 <342906...@qq.com> wrote:
> >
> > > Hi, all:
> > >We had implement many new features step by step in each release, so
> I
> > > think we also need make docs with separated version like :
> > >
> > >  
> > >  User guideversion : 1.0.0 ↓
> > >  
> > >
> > >  document content ...
> > >
> > >
> > >
> > >  
> > >
> > >Then user can clear known any feature in which version implemented,
> > Any
> > > thoughts ?
> > >
> > >  Best Regards & Thanks
> > >  YangYongZheng
> >
>


?????? [DISCUSS]Add separated selectable version to our documents

2018-08-08 Thread DeanLee
hi YangYongZheng, 
About separated version, did anyone do something like that? would you please 
give us an example?

https://github.com/apache/incubator-dubbo-website
http://dubbo.apache.org/#!/docs/user/quick-start.md?lang=zh-cn
http://tars.tencent.com/base/help/TARS_quick_start_Java.html
https://github.com/Tencent/Tars




btw, What's the difference with release note?
https://github.com/apache/incubator-dubbo/releases







--  --
??: "Willem Jiang";
: 2018??8??8??(??) 3:22
??: "dev";

: Re: [DISCUSS]Add separated selectable version to our documents



@bismy,

Can you give us the link for the document?
We can update the website for these versioned documents.


Willem Jiang

Twitter: willemjiang
Weibo: willem

On Wed, Aug 8, 2018 at 9:28 AM, bismy  wrote:

> Yes. We have to build a release version of doc. And documents can give
> link to versions.
> e.g.
> Java chassis document
> latest
> 1.1.0
> 1.0.0
>
>
>
>
> --  --
> ??: "willem.jiang";
> : 2018??8??7??(??) 10:15
> ??: "dev";
>
> : Re: [DISCUSS]Add separated selectable version to our documents
>
>
>
> As the gitbook is using git , we should to the release just as we do for
> the source code.
>
> But the challenge is how we host the gitbook, maybe we add the gitbook
> build as part of our release process.
>
> Any thought?
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: willem
>
> On Tue, Aug 7, 2018 at 9:30 AM, ?? <342906...@qq.com> wrote:
>
> > Hi, all:
> >We had implement many new features step by step in each release, so I
> > think we also need make docs with separated version like :
> >
> >  
> >  User guideversion : 1.0.0 ??
> >  
> >
> >  document content ...
> >
> >
> >
> >  
> >
> >Then user can clear known any feature in which version implemented,
> Any
> > thoughts ?
> >
> >  Best Regards & Thanks
> >  YangYongZheng
>

Re: [DISCUSS]Add separated selectable version to our documents

2018-08-08 Thread Willem Jiang
@bismy,

Can you give us the link for the document?
We can update the website for these versioned documents.


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Wed, Aug 8, 2018 at 9:28 AM, bismy  wrote:

> Yes. We have to build a release version of doc. And documents can give
> link to versions.
> e.g.
> Java chassis document
> latest
> 1.1.0
> 1.0.0
>
>
>
>
> -- 原始邮件 --
> 发件人: "willem.jiang";
> 发送时间: 2018年8月7日(星期二) 晚上10:15
> 收件人: "dev";
>
> 主题: Re: [DISCUSS]Add separated selectable version to our documents
>
>
>
> As the gitbook is using git , we should to the release just as we do for
> the source code.
>
> But the challenge is how we host the gitbook, maybe we add the gitbook
> build as part of our release process.
>
> Any thought?
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Tue, Aug 7, 2018 at 9:30 AM, 郑扬勇 <342906...@qq.com> wrote:
>
> > Hi, all:
> >We had implement many new features step by step in each release, so I
> > think we also need make docs with separated version like :
> >
> >  
> >  User guideversion : 1.0.0 ↓
> >  
> >
> >  document content ...
> >
> >
> >
> >  
> >
> >Then user can clear known any feature in which version implemented,
> Any
> > thoughts ?
> >
> >  Best Regards & Thanks
> >  YangYongZheng
>