PyJeeves syncronization application
Find a file
2018-10-10 12:03:46 +02:00
docs Initial commit 2017-10-18 16:35:10 +02:00
migrations Initial commit 2017-10-18 16:35:10 +02:00
pyjeeves Use utf8mb4 charset for the DB connection to MySQL 2018-10-10 12:03:46 +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
config.yml Initial commit 2017-10-18 16:35:10 +02:00
docker-compose.yml Initial commit 2017-10-18 16:35:10 +02:00
Dockerfile Initial commit 2017-10-18 16:35:10 +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 Initial commit 2017-10-18 16:35:10 +02:00
requirements.txt Initial commit 2017-10-18 16:35:10 +02:00
setup.py Initial commit 2017-10-18 16:35:10 +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.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;´