- Note: Unable to connect to postgres db in docker container via my python script
- (Though the DB initializes with two tables
eod
andintraday
generated using theinit.sql
upon launching the docker containers) - Launch using docker-compose up -d
- localhost:8080 endpoint - Adminer GUI to view data in Postgres
- docker-compose down --volumes
- (Though the DB initializes with two tables
- Using sample csv files under the
input
folder to continue further with business checks(Docker containers are not required)eod.csv
- Daily end of day report - schematic excerpt of CC050 tablefirst_intraday_report.csv
- First intraday report extract (ideally would be extracted via a sql query to filter mintime of day
from CI050 table)
- Description and Steps to run Python script -
daily_checks.py
- Classes and functions to read from csv, DB and perform required checks
python3 -m smtpd -c DebuggingServer -n localhost:1025
from prject terminal to start debug server to listen and display mail content- Run this file to execute the checks
margin_types.json
- Holds configurable margin type list to filter out before performing row wise comparisonmodule
holds the code for sample email functionality- Tests -
-
Notifications
You must be signed in to change notification settings - Fork 0
Sairam90/ecc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published