Re: AppFactory in Apex

2016-04-20 Thread Chinmay Kolhatkar
Yes that's correct. Having app factory (translator from a dag specification & configuration to LogicalPlan) can open more options in making apex platform more pluggable. Thanks, Chinmay. --- Sent from mobile. On 20 Apr 2016 2:37 p.m., "Pramod Immaneni" wrote: Chinmay, I think what you are sayi

Re: AppFactory in Apex

2016-04-20 Thread Pramod Immaneni
Chinmay, I think what you are saying is why only specifically support json in the engine (other than StreamingApplication and property builder of course and I am including apex cli as part of the engine here). If json has been given first class support as opposed to doing it outside the engine why

Re: AppFactory in Apex

2016-04-19 Thread Thomas Weise
#2 JSON format is already supported. #4 is an example how you can translate a specification into a logical plan without any change in core. I think it is important to discuss this in the context of a use case. Thomas On Mon, Apr 18, 2016 at 10:42 PM, Chinmay Kolhatkar wrote: > Hi Thomas, > > C

Re: AppFactory in Apex

2016-04-18 Thread Chinmay Kolhatkar
Hi Thomas, Can you please elaborate on "different DAG specification can be translated into a Logical Plan using existing API"? I don't have specific usecase in mind. This is just an idea that I wanted to share with the community on following thought process: 1. With current AppFactory impl (for

Re: AppFactory in Apex

2016-04-18 Thread Thomas Weise
Chinmay, Different DAG specifications can be translated into a logical plan using the existing API. AppFactory is an implementation detail. Can you describe the problem you are looking to solve? Thanks On Mon, Apr 18, 2016 at 6:21 PM, Chinmay Kolhatkar wrote: > Dear Community, > > Does apex e

Re: AppFactory in Apex

2016-04-18 Thread Amol Kekre
Good idea. Thks Amol On Mon, Apr 18, 2016 at 6:21 PM, Chinmay Kolhatkar wrote: > Dear Community, > > Does apex engine allows user to override or extend existing implementation > of AppFactory from outside of engine? > > If it not, would allowing it make any required launch time enhancements >

AppFactory in Apex

2016-04-18 Thread Chinmay Kolhatkar
Dear Community, Does apex engine allows user to override or extend existing implementation of AppFactory from outside of engine? If it not, would allowing it make any required launch time enhancements easier and safer (for stability) rather than changing apex engine code? Another advantage I see