diff --git a/README.md b/README.md index d9253c6..b276779 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ -# Open Pension Next Generation +This is the xls ingester project, it reads data from excele files in a given directory into an sql database.
+קבצי המקור הם דוחות "הנכס הבודד" רבעוניים מהגופים הפנסוניים +# The database structure is as follows: +importer_kupot - רשימת כל החברות והמסלולים
+importer_reports - linked to kupot - contains the report date and file name
+importer_asset_details - linked to reports - contains the details of assets and values.
## Setup ``` make init ``` +# build the database +``` +make makemigrations +``` ## Running @@ -12,6 +21,11 @@ make init make serve ``` +``` +cd djang +../venv/bin/python3 manage.py import_from_folder path= +``` + ## Docker Compose development