]> AND Private Git Repository - predictops.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
On ignore les fichiers projets de Wing Pro
authorChristophe Guyeux <christophe.guyeux@univ-fcomte.fr>
Mon, 10 Feb 2020 07:42:17 +0000 (08:42 +0100)
committerChristophe Guyeux <christophe.guyeux@univ-fcomte.fr>
Mon, 10 Feb 2020 07:42:17 +0000 (08:42 +0100)
.gitignore
README.md

index 1e0f3bbe42fe2704279f378ce802aa1ef9e5a03d..82e566ca3c6e178d6249cd4b72928d7d0fe166be 100644 (file)
@@ -1,6 +1,9 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 
+*wpr
+*wpu
+
 **.py[cod]
 **$py.class
 data/
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b4cbde94c5926841fae2d14f8e15b7ac1e6f7375 100644 (file)
--- a/README.md
+++ b/README.md
@@ -0,0 +1,28 @@
+Creer un environnement :
+pip install virtualenv
+virtualenv predictops
+
+activer l'environnement :
+source ~/.venvs/predictops/bin/activate
+
+installer un package :
+pip install celery
+pip freeze > requirements.txt
+
+Lancer 
+celery -A test_celery worker --loglevel=info
+puis 
+python -m test_celery.run_tasks
+
+
+Pour nettoyer la bdd :
+engine = ExtomeEngine(clean = False) -> dans le main
+-> Remplir le répertoire data à partir d'archive
+dans pgModeler : Faire export
+
+
+$ psql extome
+\dt  -> describe table
+select * from "PARAMETER";
+
+