Sure Ed, We discussed how we have implemented services on a framework known as Jhipster, this service allows us to rapidly build different lang microservices based applications, Jhipster provides out of the box generator.
This generator does a lot more than making a boilerplate , Jhispter provides data domain generation, services, and on top migrate service dependency. Fineract CN violates the core fundamental of microservices , we have finally restored that by removing provisioner and other core-dependency, so far we have only 1 hard dependency , ie multi-tenancy. We have worked out an implementation https://github.com/muellners/finscale-accounting where we can simply start a service , this service uses axon framework for CQRS and eventing within a group of services. (Even multi-tenancy and registration of service happens on fly automagically) Right now we have solved one problem , developers could develop applications faster than before and that too distributed by making the whole architecture simple. We are trying to adhere to the Apache license by introducing a new concept (old) known as blueprint, they are addons. Like when we realised that hibernate creates issues with Apache license, we were able to solve that by simply adding a blueprint to jhipster codebase. Second focus area is to quickly rapidly build a working release before Apache Con. Thanks On Fri, Aug 7, 2020 at 11:17 PM Ed Cable <[email protected]> wrote: > Saransh, > > Can you share more notes or if there's a recording of the session on list. > I'm having trouble following exactly what you covered. > > Thanks, > > Ed > > On Fri, Aug 7, 2020 at 10:27 AM Saransh Sharma <[email protected]> > wrote: > >> Thanks everyone for joining the session today , it was insightful. >> >> We have discussed how we have implemented a first version working one the >> bundle includes, less dependency with Axon framework which does most of the >> job. >> >> If any one from the community wishes to try and start the work and >> rapidly build any service quickly for prototyping , please let me know. >> >> We have reached a milestone where we can work a new service in less than >> 5 min. >> >> Reach out to me for in depth discussion. >> >> Thanks. >> >> On Fri, Aug 7, 2020 at 7:08 PM Giorgio Zoppi <[email protected]> >> wrote: >> >>> Interesting. >>> >>> El vie., 7 ago. 2020 a las 10:41, Saransh Sharma (<[email protected]>) >>> escribió: >>> >>>> We have reached a milestone where we are conducting first online group >>>> session discussing potential ideas ahead and development. >>>> >>>> Anyone willing to join in please reach out to me. >>>> >>>> Thanks >>>> >>> >>> >>> -- >>> Life is a chess game - Anonymous. >>> >> >> >> -- >> Thanks and regards, >> >> Saransh Sharma >> Research Partner >> >> This mail is governed by Muellners® IT policy. >> The information contained in this e-mail and any accompanying documents >> may contain information that is confidential or otherwise protected from >> disclosure. If you are not the intended recipient of this message, or if >> this message has been addressed to you in error, please immediately alert >> the sender by reply e-mail and then delete this message, including any >> attachments. Any dissemination, distribution or other use of the contents >> of this message by anyone other than the intended recipient is strictly >> prohibited. All messages sent to and from this e-mail address may be >> monitored as permitted by applicable law and regulations to ensure >> compliance with our internal policies and to protect our business. E-mails >> are not secure and cannot be guaranteed to be error free as they can be >> intercepted, amended, lost or destroyed, or contain viruses. You are deemed >> to have accepted these risks if you communicate with us by e-mail. >> > > > -- > *Ed Cable* > President/CEO, Mifos Initiative > [email protected] | Skype: edcable | Mobile: +1.484.477.8649 > > *Collectively Creating a World of 3 Billion Maries | *http://mifos.org > <http://facebook.com/mifos> <http://www.twitter.com/mifos> > > -- Thanks and regards, Saransh Sharma Research Partner This mail is governed by Muellners® IT policy. The information contained in this e-mail and any accompanying documents may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient of this message, or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message, including any attachments. Any dissemination, distribution or other use of the contents of this message by anyone other than the intended recipient is strictly prohibited. All messages sent to and from this e-mail address may be monitored as permitted by applicable law and regulations to ensure compliance with our internal policies and to protect our business. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, lost or destroyed, or contain viruses. You are deemed to have accepted these risks if you communicate with us by e-mail.
