PyJeeves syncronization application
Find a file
2019-04-05 14:51:49 +00:00
docs Initial commit 2017-10-18 16:35:10 +02:00
migrations Initial commit 2017-10-18 16:35:10 +02:00
pyjeeves In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +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 Initial commit 2017-10-18 16:35:10 +02:00
.gitignore Initial commit 2017-10-18 16:35:10 +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 In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
setup.py In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +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;´