Re: Scalability & Performance Working Group

2019-11-07 Thread VIctor Romero
Ed, I am interested on this effort. Regards Victor ⁣Obtener BlueMail para Android ​ En 23 oct 2019 3:00 p. m., en 3:00 p. m., Ed Cable escribió: >Hi Mifos and Fineract communities, > >In follow up to my previous comments on Joseph's thread I wanted to >initiate a collaborative community-wide

Re: Scalability & Performance Working Group

2019-11-07 Thread Giorgio Zoppi
Ed I am interested too. On Wed, Oct 23, 2019, 22:00 Ed Cable wrote: > Hi Mifos and Fineract communities, > > In follow up to my previous comments on Joseph's thread I wanted to > initiate a collaborative community-wide effort to help address the ongoing > and growing need for helping

Re: [Mifos-developer] Scalability & Performance Working Group

2019-11-07 Thread Nazeer Hussain Shaik
Hi Niklas, I agree with you we have to approach systematic way. Small correction. Java doesn't scale horizontally. Micro services should be scaled. Having a single instance of DB (single cluster with minimal read replicas) for all micro services will be a big bottleneck on production

RE: [Mifos-developer] Scalability & Performance Working Group

2019-11-07 Thread Niklas Uhrberg
Hi all, I think the scalability question calls for a systematic and analytical way of working. First things to understand is what are the different functional parts that have individual scalability requirements, and then what is the behaviour/properties of the current implementation. Does the

Re: Scalability & Performance Working Group

2019-11-07 Thread Aleksandar Vidakovic
Hi Ed, I'm interested On Thu, Nov 7, 2019 at 5:24 PM Giorgio Zoppi wrote: > Ed I am interested too. > > On Wed, Oct 23, 2019, 22:00 Ed Cable wrote: > >> Hi Mifos and Fineract communities, >> >> In follow up to my previous comments on Joseph's thread I wanted to >> initiate a collaborative

Re: [Mifos-developer] Scalability & Performance Working Group

2019-11-07 Thread Giorgio Zoppi
Hi Nazeer, i was thinking about introduce Redis in the current architecture. Do you think it feasible? BR. Giorgio El jue., 7 nov. 2019 a las 9:24, Nazeer Hussain Shaik (< nazeerhussain.sh...@gmail.com>) escribió: > Hi all, > > Before thinking about moving micro services in different

Re: Mifos & Fineract - Source Code Visualization

2019-11-07 Thread Michael Vorburger
On Thu, 7 Nov 2019, 01:17 Victor Romero, wrote: > Hi, > > It is just to give visibility about the work that has been done by the > Mifos/Fineract contributors. > > You can view both of them here: > > Mifos Community App > https://youtu.be/G39ulh6BFik > > Apache Fineract >

Re: [Mifos-developer] Scalability & Performance Working Group

2019-11-07 Thread Tonio O
I agree that performance tuning should be driven by non functional requirements/goals and determined by performance testing of the application. There is nothing wrong with the current technology stack if developers adopt best practices and write efficient algorithms and functions. Maybe a good