Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Mifos X is multi-tenant and RESTful architecture based financial application. Read more at https://demo.openmf.org/architecture/

 

Sl #ComponentsDescription

1

Database (mifosplatform-tenants)

This database contains the information about how many tenants are registered and each tenants basic details (name, unique identifier, TimeZone) and tenant's OLTP database connection details.

mifosplatform-tenants.tenants table contains the name, unique identifier and timezone for each of the tenants

`mifosplatform-tenants`.tenant_server_connections table contains tenants database connection details

 

Image Added   Related source code on Github

 

2Database (mifostenants-default)

This is the OLTP database of a tenant, this data base stores infomration related to the tenant like tenants, users, offices, clients, loans, saving and accounting related information.

You can learn more about this database schema at Mifos X Database

 

Image Added   Related source code on Github