Re: [Dev] multi-tenant monetization

2016-08-11 Thread Roger Giuffre
At the tenant will be billed according to the number of users in the store
and the  number of bots also depending on the chosen subscription plan.

Roger



2016-08-11 8:29 GMT+02:00 Roger Giuffre :

> Maybe I could not explain.
>
> My need is to make sure that there is the self-registration of admin users
> of the tenant in order to propose to it a subscription plan.
>
> I must use the identity server and google identity provider to signin in
> the platform and redirect to the tenant page to insert more details.
> In this moment i see that only a super user can create a new tenant in the
> admin console.
>
> Now i'm studying apache stratos. With your PAAS product can i enabled the
> billing foreach tenant in the system?
>
> Roger
>
> 2016-08-11 6:26 GMT+02:00 Thilini Cooray :
>
>> Hi,
>>
>> You can enable self signup for tenants. It is not enabled by default for
>> API Manager, but it can be enabled using [1].
>> Also the workflows can be enabled for tenants [2].
>>
>> Regarding your concerns of running our products on Mesos, they are
>> capable of it. [3] contains mesos artifacts of the products and it is
>> possible to integrate with marathon.
>>
>> [1] https://docs.wso2.com/display/AM200/Customizing+the+API+
>> Store#CustomizingtheAPIStore-Enablingordisablingselfsignup
>> [2] https://docs.wso2.com/display/AM200/Configuring+Workflows+for+Tenants
>> [3] https://github.com/wso2/mesos-artifacts
>>
>> Thanks.
>>
>> On Wed, Aug 10, 2016 at 5:35 PM, Roger Giuffre 
>> wrote:
>>
>>>
>>> From what I am understanding to manage the monetization at level of
>>> tenant I should use your WSO2 Private PaaS that allows  to interoperate
>>> with your carbon applications and activate the billing to the tenant 
>>> subscription
>>> level.
>>> Right?
>>>
>>> 2016-08-10 13:02 GMT+02:00 Roger Giuffre :
>>>
 Hi, thanks for the response.

 In the carbon-multitenancy i see the class
 TenantSelfRegistrationService.

 But I have the impression that it is no longer used.
 I wanted to understand if it is already set up the ability to manage
 the tenant subscriptions.

 The scenario should be as follows:

 - The tenant login through Identity Server from an identity provider
 such as google or facebook
 - If this is the first login is performed a redirect to the data entry page
 to insert a domain name,  paypal account, your subscription plan, etc..

 I was thinking of a fixed subscription plan to be proposed to the
 tenant for the insertion of his api. The reality in my case should
 become a bot store.

 I was then thinking of preparing a new application at jaggery  with
 this registration page.

 It would be interesting that there was also the possibility for the
 tenant to use the workflow as in the case of the subscription workflow for
 the apis

 Roger

 2016-08-10 6:46 GMT+02:00 Thilini Cooray :

> Hi,
>
> WSO2 API Manager has the capability to enable monetization.
> You can get a clear idea about how to integrate your billing engine to
> API Manager by referring the article [1] and webinar [2].
>
> [1] http://wso2.com/library/articles/2016/07/article-enablin
> g-monetization-of-apis-with-wso2-api-manager/
> [2] http://wso2.com/library/webinars/2016/03/how-to-enable-m
> onetization-of-your-api-ecosystem/
>
> Thanks.
>
> On Tue, Aug 9, 2016 at 8:32 PM, Roger Giuffre 
> wrote:
>
>> I am exploring the architecture of your wso2am few months. I would
>> now like to understand if it is already set up an option to register
>> a tenant from a registration page after login with the identity
>> server. I'm working on integration with killbill and I want to create a
>> subscription plan on using the tenant by registered user.
>>
>> Anyway congratulations for the immense work you have done over the
>> years
>>
>> Right now I'm implementing the KillbillTenantManager class to handle the
>> persistence and save the data for the tenant created in killbill.
>>
>> In generating how you plan to proceed with regard to the integration with
>> third-party billing-engine?
>>
>> Roger
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Best Regards,
>
> *Thilini Cooray*
> Software Engineer
> Mobile : +94 (0) 774 570 112 <%2B94%20%280%29%20773%20451194>
> E-mail : thili...@wso2.com
>
> WSO2 Inc. www.wso2.com
> lean.enterprise.middleware
>



 --
 --

>>>
>>>
>>>
>>> --
>>> --
>>>
>>
>>
>>
>> --
>> Best Regards,
>>
>> *Thilini Cooray*
>> Software Engineer
>> Mobile : +94 (0) 

Re: [Dev] multi-tenant monetization

2016-08-09 Thread Thilini Cooray
Hi,

WSO2 API Manager has the capability to enable monetization.
You can get a clear idea about how to integrate your billing engine to API
Manager by referring the article [1] and webinar [2].

[1]
http://wso2.com/library/articles/2016/07/article-enabling-monetization-of-apis-with-wso2-api-manager/
[2]
http://wso2.com/library/webinars/2016/03/how-to-enable-monetization-of-your-api-ecosystem/

Thanks.

On Tue, Aug 9, 2016 at 8:32 PM, Roger Giuffre  wrote:

> I am exploring the architecture of your wso2am few months. I would now
> like to understand if it is already set up an option to register a tenant
> from a registration page after login with the identity server. I'm
> working on integration with killbill and I want to create a subscription
> plan on using the tenant by registered user.
>
> Anyway congratulations for the immense work you have done over the years
>
> Right now I'm implementing the KillbillTenantManager class to handle the
> persistence and save the data for the tenant created in killbill.
>
> In generating how you plan to proceed with regard to the integration with
> third-party billing-engine?
>
> Roger
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Best Regards,

*Thilini Cooray*
Software Engineer
Mobile : +94 (0) 774 570 112 <%2B94%20%280%29%20773%20451194>
E-mail : thili...@wso2.com

WSO2 Inc. www.wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] multi-tenant monetization

2016-08-09 Thread Roger Giuffre
I am exploring the architecture of your wso2am few months. I would now like to
understand if it is already set up an option to register a tenant from a
registration page after login with the identity server. I'm working on
integration
with killbill and I want to create a subscription plan on using the tenant
by registered user.

Anyway congratulations for the immense work you have done over the years

Right now I'm implementing the KillbillTenantManager class to handle the
persistence and save the data for the tenant created in killbill.

In generating how you plan to proceed with regard to the integration with
third-party billing-engine?

Roger
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev