PyJeeves syncronization application
Find a file
2021-12-30 12:40:50 +01:00
docs Initial commit 2017-10-18 16:35:10 +02:00
jeeves_sp_updates Deps updates, handle more tables + LK code 2021-12-30 12:40:50 +01:00
migrations Initial commit 2017-10-18 16:35:10 +02:00
pyjeeves Deps updates, handle more tables + LK code 2021-12-30 12:40:50 +01:00
sample Initial commit 2017-10-18 16:35:10 +02:00
tests Initial commit 2017-10-18 16:35:10 +02:00
.dockerignore Commit Jeeves modifications for future tracking 2019-09-23 14:14:23 +02:00
.gitignore Deps updates, handle more tables + LK code 2021-12-30 12:40:50 +01:00
alembic.ini Initial commit 2017-10-18 16:35:10 +02:00
docker-compose.yml In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
Dockerfile In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
LICENSE Initial commit 2017-10-18 16:35:10 +02:00
Makefile Initial commit 2017-10-18 16:35:10 +02:00
README.md Deps updates, handle more tables + LK code 2021-12-30 12:40:50 +01:00
requirements.txt Deps updates, handle more tables + LK code 2021-12-30 12:40:50 +01:00
setup.py Deps updates, handle more tables + LK code 2021-12-30 12:40:50 +01:00

PyJeeves Module

This project is a Jeeves data extraction and integration project.

Initial creation of database schema.

docker run --link db --network marcus_default -v /srv/pyjeeves/config.yml:/app/config.yml gitlab.lndvll.se:5500/lindvallskaffe/pyjeeves python ./pyjeeves/db_raw.py

Connecting to DB with client

docker run -it --network marcus_default --link db:mysql --rm mysql sh -c 'exec mysql -h"db" -P"3306" -uroot -p"ROOT_PW"'

Forcing updates

You may force updates of objects by setting RowUpdatedDt to null. For example: ´update jvs_customers set RowUpdatedDt = null;´