GSoC/2020/StatusReports/PrasunKumar: Difference between revisions
Line 24: | Line 24: | ||
==== Phase I ==== | ==== Phase I ==== | ||
* A script that generates the SQLite DB using blz datafile downloaded from the Deutsche Bundesbank - '''Done''' | * A script that generates the SQLite DB using blz datafile downloaded from the Deutsche Bundesbank - '''Done''' | ||
* Modifications in the CMake build system to call this script at build time. '''Done''' | * Modifications in the CMake build system to call this script at build time. - '''Done''' | ||
* Replacing the part of code that uses the text datafile with the code that reads from this database. '''Done''' | * Replacing the part of code that uses the text datafile with the code that reads from this database. - '''Done''' | ||
* Updating tests, documentation and benchmark to work with the new database. '''Done''' | * Updating tests, documentation and benchmark to work with the new database. - '''Done''' | ||
* Modifying the command-line tool to enable support for the user-supplied database. '''Done''' | * Modifying the command-line tool to enable support for the user-supplied database. - '''Done''' | ||
=== Proposal === | === Proposal === |
Revision as of 10:48, 28 July 2020
Project Overview
KtoBLZCheck is a library to check bank account numbers and bank codes
(BLZ) of German Banks and other international banks. Currently, KtoBLZCheck
uses multiple bankdata files in text format which are
valid at different dates. The data which is regularly retrieved from Deutsche
Bundesbank is valid for three months. This leads to a lot of duplication of data.
The idea is to integrate the support for query and generation of SQLite
databases into KtoBLZCheck to replace the text files used currently. This will
avoid duplicate data and enable the support for multiple countries improving
the scope of this library.
I also aim to create an API for querying the databases, so as to integrate
these databases into other applications.
Mentors : Ralf Habacker, Thomas Baumgart, Ingo Klöcker
Blog
- GSoC Blog: http://prasunka.github.io/tag/gsoc
Deliverables
Phase I
- A script that generates the SQLite DB using blz datafile downloaded from the Deutsche Bundesbank - Done
- Modifications in the CMake build system to call this script at build time. - Done
- Replacing the part of code that uses the text datafile with the code that reads from this database. - Done
- Updating tests, documentation and benchmark to work with the new database. - Done
- Modifying the command-line tool to enable support for the user-supplied database. - Done
Proposal
About Me
- Name : Prasun Kumar
- Email : [email protected]
- IRC Nick : prasunkr
- Location : Guwahati, India (UTC +05:30)