Skip to content

Instantly share code, notes, and snippets.

View Anh3h's full-sized avatar

Courage Angeh Anh3h

View GitHub Profile
@Anh3h
Anh3h / gsoc2018-report.md
Last active December 19, 2018 17:05
Google Summer of code 2018 project report

Google Summer of Code 2018 Report.

Organization - Mifos Initiative

project - Containerization and deployment of Apache Fineract using Docker technologies and Kubernetes

Introduction

For the past three months, I have been working on containerizing and deploying Apache Fineract CN as my Google Summer of Code project. Apache Fineract CN is an Application Framework for Digital Financial Services. It is a system to support nationwide financial transactions and to support the creation of an inclusive, interconnected digital economy for every nation in the world. The end result of this project is to configure Apache Fineract CN for production environment such that it not only runs on the cloud but also scales depending on the workload of the system.

Scope of project

Currently, the is a microservice, demo server, that starts up and provision or migrates the Fineract domain services. This method used to start the microservices is not suitable for production, for the following reasons:

  • If that
@Anh3h
Anh3h / gsoc-report.md
Last active December 5, 2019 09:44
GSoC 2017 project Summary

Google Summer Of Code 2017 Report.

Organisation - Mifos Initiative

Project - Notification Framework Enhancement

Introduction

Over the last three months I have been working on enhancing a notification framework for MifosX platform as my GSoC Project. The notification framework provides a coherent and consistent communication mechanism that enables users of the system be notified on important actions performed by clients and/or clients.

Scope of Project