PyJeeves syncronization application
Find a file
2019-09-30 14:03:16 +02:00
docs Initial commit 2017-10-18 16:35:10 +02:00
jeeves_sp_updates Commit Jeeves modifications for future tracking 2019-09-23 14:14:23 +02:00
migrations Initial commit 2017-10-18 16:35:10 +02:00
pyjeeves Expose the default article class of commodity groups 2019-09-30 14:03:16 +02: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 Started using 'sqlservice'. Added support for many new tables. 2019-07-04 14:25:42 +02: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.rst In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
requirements.txt Started using 'sqlservice'. Added support for many new tables. 2019-07-04 14:25:42 +02:00
setup.py Started using 'sqlservice'. Added support for many new tables. 2019-07-04 14:25:42 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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;´