<div dir="ltr"><p dir="ltr">just python-sqlite3, it's few lines of code in current structure</p><p dir="ltr"><br></p><p>j</p>
<br><div class="gmail_quote"><div dir="ltr">On Thu, Dec 31, 2015, 10:12 Luís de Sousa <<a href="mailto:luis.a.de.sousa@gmail.com" target="_blank">luis.a.de.sousa@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Very nice, thanks for keep it going.<br>
<br>
Is there anything new to the install process? Or is the db bundled<br>
with the remainder of the code?<br>
<br>
Cheers,<br>
<br>
Luís<br>
<br>
On 31 December 2015 at 00:51, Jachym Cepicky <<a href="mailto:jachym.cepicky@gmail.com" target="_blank">jachym.cepicky@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> the logging functionality is now in master. In our sqlite database, we<br>
> should always be able to see *current* status of past and running processes,<br>
> when they started and ended, this needs to be totally tested, but I hope,<br>
> it's doing what it's supposed to do<br>
><br>
> cheers<br>
><br>
> J<br>
><br>
> po 28. 12. 2015 v 22:39 odesílatel Jachym Cepicky <<a href="mailto:jachym.cepicky@gmail.com" target="_blank">jachym.cepicky@gmail.com</a>><br>
> napsal:<br>
>><br>
>> Hi all,<br>
>><br>
>> today, I've introduced database logging capability for PyWPS-4  - first<br>
>> proof-of-concept version.<br>
>><br>
>> Idea: to track current status, needed time, log message, percent done etc.<br>
>> for all requets (and use it later for automatic validation of each process,<br>
>> process pausing, resuming, ...)<br>
>><br>
>> I've used (hardcoded) sqlite3 database for it, it still lives in separate<br>
>> branch (not in master, but in [1]), would be nice, if someone could have a<br>
>> short look on it [2]<br>
>><br>
>> data stored:<br>
>><br>
>> ['uuid', 'operation', 'version', 'time_start', 'time_end', 'identifier',<br>
>> 'message', 'percent_done', 'status']<br>
>><br>
>> thanks<br>
>><br>
>> J<br>
>><br>
>> [1] <a href="https://github.com/jachym/pywps-4/tree/logging" rel="noreferrer" target="_blank">https://github.com/jachym/pywps-4/tree/logging</a><br>
>> [2]<br>
>> <a href="https://github.com/jachym/pywps-4/commit/301516ae11cd5d51a3fefca0ca8e05e7163fbfbd" rel="noreferrer" target="_blank">https://github.com/jachym/pywps-4/commit/301516ae11cd5d51a3fefca0ca8e05e7163fbfbd</a><br>
><br>
><br>
> _______________________________________________<br>
> pywps-dev mailing list<br>
> <a href="mailto:pywps-dev@lists.osgeo.org" target="_blank">pywps-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/pywps-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a><br>
</blockquote></div></div>