0% found this document useful (0 votes)
11 views6 pages

MongoDB Implementation for Banking Data

This document describes the objective of designing and implementing a MongoDB database for a banking application that allows for the efficient storage and processing of large volumes of financial data. It will analyze the features of MongoDB, such as its horizontal scalability and ability to handle structured and unstructured data, which make it a good choice for financial applications. Additionally, it will evaluate the performance and scalability of the database and optimize the database and application to process banking data.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views6 pages

MongoDB Implementation for Banking Data

This document describes the objective of designing and implementing a MongoDB database for a banking application that allows for the efficient storage and processing of large volumes of financial data. It will analyze the features of MongoDB, such as its horizontal scalability and ability to handle structured and unstructured data, which make it a good choice for financial applications. Additionally, it will evaluate the performance and scalability of the database and optimize the database and application to process banking data.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Creation of the objects of the Database

Datos

Jaime Alberto Tarazona


Beltrán
Card 2455248

TECHNOLOGIST IN ANALYSIS AND


SOFTWARE DEVELOPMENT.
March 2023
Introduction:
Databases are a fundamental component in most of the
modern applications, especially in the financial sector. MongoDB is a
very popular NoSQL database in the industry, which is characterized by its
scalability and flexibility. In this work, an implementation will be carried out
MongoDB for a banking application, with the aim of storing and processing
large volumes of financial data. In addition, the will be analyzed the
key features of the database that make it a good option
for financial applications.
Objectives:

The main objectives of this work are as follows:

Design and implement a MongoDB database for a banking application that allows
store and process large volumes of financial data efficiently.

Analyze the key features of MongoDB that make it a good choice for applications
financial, such as its horizontal scalability, its ability to handle structured and unstructured data
structured, and their ability to integrate with Big Data technologies.

Evaluate the database performance in terms of speed and scalability in situations


of high demand, and compare the results with other database options.

Optimize the database and the application to maximize efficiency and capacity
data processing, taking into account the specific needs of an application of
bank.

In summary, the objective of this work is to implement and analyze a MongoDB database.
for a bank application, in order to evaluate its efficiency, scalability, and capacity of
procesamiento de grandes volúmenes de datos financieros.
• mongodb account

use('Clientesdb')

[Link]({

usuario: '1013635093',
Tipodecuenta: 'Prestamo',
Saldo: '0',
valorapagar: '1000000',

• [Link]

use('Clientesdb')

[Link]({

usuario: '5879944',

name: 'Darguin nuñes',

Ciudad: 'Bucarmanaga',

Sexo: 'Hombre',

Edad: '87',

}
)

• [Link]

use('Clientesdb')

[Link]({

usuario: '1013635093',

name: 'Jaime Tarazona',

Montoprestado: '1000000',

Tasa_de_interes: '0.2',

Abonado: '50000',

Saldo: '952000',

• [Link]

use('Clientesdb')

[Link]({
usuario: '5879944',

name: 'Darguin nuñes',

numerotrasnacion: '000002',

Retiro: '10000',

saldo: '490000',

use('Clientesdb')

[Link]({})

You might also like