MonetDB: iot - Finished stream creation through webserver with M...

2016-06-08 Thread Pedro Ferreira
Changeset: 4b3ab86b53d0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4b3ab86b53d0 Modified Files: clients/iotapi/src/main.py clients/iotclient/documentation/iot_server_arguments.rst clients/iotclient/documentation/restful_resources.rst

MonetDB: iot - Added check for hugeint type, arranged time types...

2016-06-06 Thread Pedro Ferreira
Changeset: 5e7861106555 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5e7861106555 Modified Files: clients/iotapi/src/Streams/streampolling.py clients/iotclient/documentation/restful_resources.rst clients/iotclient/src/Flask/restresources.py

MonetDB: iot - Added stream polling

2016-06-09 Thread Pedro Ferreira
Changeset: c44d0bb79a54 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c44d0bb79a54 Modified Files: clients/iotapi/requirements.txt clients/iotapi/src/Streams/datatypes.py clients/iotapi/src/Streams/streampolling.py

MonetDB: iot - Merge changes

2016-06-09 Thread Pedro Ferreira
Changeset: d40d60cb293a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d40d60cb293a Modified Files: sql/backends/monet5/iot/50_iot.sql Branch: iot Log Message: Merge changes diffs (13 lines): diff --git a/sql/backends/monet5/iot/50_iot.sql

MonetDB: iot - Merge changes

2016-06-09 Thread Pedro Ferreira
Changeset: 3cc8124c0247 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3cc8124c0247 Modified Files: sql/backends/monet5/iot/basket.c sql/backends/monet5/iot/basket.h sql/backends/monet5/iot/petrinet.c Branch: iot Log Message: Merge changes diffs

MonetDB: iot - First version of web api working. Updated some do...

2016-05-25 Thread Pedro Ferreira
Changeset: 86b955aa08b7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=86b955aa08b7 Modified Files: clients/iotapi/src/Streams/datatypes.py clients/iotapi/src/Streams/streampolling.py clients/iotapi/src/Streams/streams.py

MonetDB: iot - Small typos correction

2016-05-26 Thread Pedro Ferreira
Changeset: 81a1c44abe91 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=81a1c44abe91 Modified Files: clients/iotapi/documentation/websockets_api.rst clients/iotapi/src/WebSockets/websockets.py clients/iotclient/src/Streams/streamscontext.py Branch: iot

MonetDB: iot - Added stream context merge and type checking whil...

2016-06-10 Thread Pedro Ferreira
Changeset: d2138293ca3a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d2138293ca3a Modified Files: clients/iotapi/src/Streams/streampolling.py clients/iotclient/src/Settings/mapiconnection.py clients/iotclient/src/Streams/streampolling.py

MonetDB: iot - Updated create table statement

2016-06-10 Thread Pedro Ferreira
Changeset: 282ddcc5d5c5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=282ddcc5d5c5 Modified Files: sql/backends/monet5/iot/50_iot.sql Branch: iot Log Message: Updated create table statement diffs (12 lines): diff --git a/sql/backends/monet5/iot/50_iot.sql

MonetDB: iot - Fixed imports, created unique mapi connections fo...

2016-06-10 Thread Pedro Ferreira
Changeset: 6c4407fe078d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6c4407fe078d Modified Files: clients/iotapi/src/Settings/filesystem.py clients/iotapi/src/Settings/mapiconnection.py clients/iotapi/src/Streams/datatypes.py

MonetDB: iot - Fixed imports, changed mapi driver

2016-06-13 Thread Pedro Ferreira
Changeset: ccf07922520a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ccf07922520a Modified Files: clients/iotapi/requirements.txt clients/iotapi/src/Settings/mapiconnection.py clients/iotclient/requirements.txt

MonetDB: iot - Added python mapi driver support for JSON and UUI...

2016-06-13 Thread Pedro Ferreira
Changeset: 7d82fa34c0f4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d82fa34c0f4 Modified Files: clients/python2/monetdb/sql/pythonize.py clients/python2/monetdb/sql/types.py clients/python3/monetdb/sql/pythonize.py

MonetDB: iot - Several bugfixes while reading from the database

2016-06-13 Thread Pedro Ferreira
Changeset: 0dbef0f0ddf6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0dbef0f0ddf6 Modified Files: clients/iotapi/src/Streams/datatypes.py clients/iotapi/src/Streams/streams.py clients/iotapi/src/Streams/streamscontext.py

MonetDB: iot - Added interval type support, updated iotapi polling

2016-06-15 Thread Pedro Ferreira
Changeset: 9b8b8136fbc1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b8b8136fbc1 Modified Files: clients/iotapi/src/Settings/filesystem.py clients/iotapi/src/Settings/mapiconnection.py clients/iotapi/src/Streams/datatypes.py

MonetDB: iot - Merged with backend code

2016-06-15 Thread Pedro Ferreira
Changeset: 30283d4f77ec for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=30283d4f77ec Removed Files: sql/backends/monet5/iot/Tests/iot01.sql Modified Files: monetdb5/mal/mal_instruction.c monetdb5/optimizer/opt_iot.c

MonetDB: iot - Fixed imports, tests and time types

2016-06-15 Thread Pedro Ferreira
Changeset: c069c8238a35 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c069c8238a35 Modified Files: clients/iotclient/requirements.txt clients/iotclient/src/Streams/datatypes.py clients/iotclient/src/Streams/streampolling.py

MonetDB: iot - Changed polling SQL query. Added more information...

2016-05-26 Thread Pedro Ferreira
Changeset: 18a241a95c44 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=18a241a95c44 Modified Files: clients/iotapi/documentation/websockets_api.rst clients/iotapi/src/Settings/mapiconnection.py clients/iotapi/src/Streams/datatypes.py

MonetDB: iot - Improved arguments parsing

2016-05-27 Thread Pedro Ferreira
Changeset: 811ec4cbbf29 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=811ec4cbbf29 Modified Files: clients/iotapi/documentation/api_server_arguments.rst clients/iotapi/requirements.txt clients/iotapi/src/Settings/filesystem.py

MonetDB: iot - Small corrections on arguments listening

2016-05-27 Thread Pedro Ferreira
Changeset: 1f3d04c409fe for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1f3d04c409fe Modified Files: clients/iotapi/documentation/api_server_arguments.rst clients/iotapi/src/main.py clients/iotclient/documentation/iot_server_arguments.rst

MonetDB: iot - Starting MonetDB integration

2016-06-02 Thread Pedro Ferreira
Changeset: a4516136d717 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a4516136d717 Added Files: clients/iotclient/src/Streams/streampolling.py Modified Files: clients/iotapi/documentation/api_server_arguments.rst clients/iotapi/src/main.py

MonetDB: iot - Finished first version of documentation for web a...

2016-05-26 Thread Pedro Ferreira
Changeset: 0c61a0ebc2b9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0c61a0ebc2b9 Modified Files: clients/iotapi/documentation/websockets_api.rst clients/iotapi/src/Streams/streams.py clients/iotapi/src/Streams/streamscontext.py

MonetDB: iot - Small corrections

2016-06-01 Thread Pedro Ferreira
Changeset: bd0abb9d0ed4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bd0abb9d0ed4 Modified Files: clients/iotapi/src/Settings/iotlogger.py clients/iotapi/src/Settings/mapiconnection.py clients/iotapi/src/Streams/streampolling.py

MonetDB: iot - Added nullable constants verification tests

2016-06-01 Thread Pedro Ferreira
Changeset: 2708b772e8db for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2708b772e8db Added Files: clients/iotclient/tests/datatypesinsertstests.py Removed Files: clients/iotclient/tests/datatypestests.py Modified Files:

MonetDB: iot - Added first batch of tests

2016-05-31 Thread Pedro Ferreira
Changeset: 891059aea396 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=891059aea396 Added Files: clients/iotclient/tests/__init__.py clients/iotclient/tests/datatypestests.py clients/iotclient/tests/main.py Modified Files:

MonetDB: iot - Merged commits

2016-05-31 Thread Pedro Ferreira
Changeset: ff4753ccd11c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ff4753ccd11c Added Files: MacOSX/MonetDB_logo.png clients/R/Tests/dplyr.timeout clients/R/Tests/install.timeout debian/fix-deb.sh debian/monetdb-r.install

MonetDB: iot - Fixed front end test

2016-06-22 Thread Pedro Ferreira
Changeset: 635c867ab029 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=635c867ab029 Added Files: clients/iotapi/tests/websocketclient.py Modified Files: clients/iotapi/requirements.txt clients/iotapi/src/WebSockets/jsonschemas.py

MonetDB: iot - Updated documentation, fixed some output listings

2016-06-17 Thread Pedro Ferreira
Changeset: 12a303d540c3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12a303d540c3 Added Files: clients/iotapi/documentation/about.rst clients/iotclient/documentation/about.rst Removed Files: clients/iotapi/documentation/conclusion.rst

MonetDB: iot - Added first Front-End test

2016-06-21 Thread Pedro Ferreira
Changeset: dce31e77 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dce31e77 Added Files: clients/iotapi/tests/__init__.py clients/iotapi/tests/frontendtests.py clients/iotapi/tests/main.py Modified Files:

MonetDB: iot - Merged with backend

2016-06-21 Thread Pedro Ferreira
Changeset: ac718d7895af for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ac718d7895af Added Files: sql/backends/monet5/Tests/pyapi30.sql sql/backends/monet5/Tests/pyapi30.stable.err sql/backends/monet5/Tests/pyapi30.stable.out Removed Files:

MonetDB: iot - Added automatic tuple count for iotapi so there i...

2016-06-16 Thread Pedro Ferreira
Changeset: 5614092fb16b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5614092fb16b Modified Files: clients/iotapi/src/Streams/datatypes.py clients/iotapi/src/Streams/streampolling.py clients/iotapi/src/Streams/streams.py

MonetDB: iot - Fixed array description

2016-06-16 Thread Pedro Ferreira
Changeset: 344882141988 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=344882141988 Modified Files: clients/iotapi/src/Streams/streampolling.py Branch: iot Log Message: Fixed array description diffs (35 lines): diff --git

MonetDB: iot - Updated documentation, corrected some JSON schema...

2016-06-17 Thread Pedro Ferreira
Changeset: d18a2dfe460d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d18a2dfe460d Modified Files: clients/iotapi/documentation/websockets_api.rst clients/iotclient/documentation/restful_resources.rst clients/iotclient/src/Streams/jsonschemas.py

MonetDB: iot - Small corrections on code and documentation

2016-04-25 Thread Pedro Ferreira
. This project is derived from Pedro Ferreira master thesis, a junior researcher at CWI. The objective of the master thesis to re-evaluate the DataCell extension of MonetDB to the IOT world, which was postponed for several years since its release. To accomplish this, an IOT topology around MonetDB

MonetDB: iot - Fixed several bugs

2016-04-22 Thread Pedro Ferreira
Changeset: 2a30799892db for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a30799892db Modified Files: clients/iotclient/src/Streams/datatypes.py clients/iotclient/src/Streams/streams.py clients/iotclient/src/Streams/streamscontext.py

MonetDB: iot - More bugfixes

2016-04-22 Thread Pedro Ferreira
Changeset: e13cdaed7ea2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e13cdaed7ea2 Modified Files: clients/iotclient/src/Streams/datatypes.py clients/iotclient/src/Streams/streamscreator.py Branch: iot Log Message: More bugfixes diffs (202 lines): diff

MonetDB: iot - Made important corrections

2016-04-29 Thread Pedro Ferreira
Changeset: dae88d156163 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dae88d156163 Modified Files: clients/iotclient/documentation/conf.py clients/iotclient/src/Flask/app.py clients/iotclient/src/Flask/restresources.py

MonetDB: iot - SIGINT signal working properly. Created subproces...

2016-04-26 Thread Pedro Ferreira
Changeset: 9d8064a14b93 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9d8064a14b93 Modified Files: clients/iotclient/src/main.py Branch: iot Log Message: SIGINT signal working properly. Created subprocess for each server diffs (61 lines): diff --git

MonetDB: iot - Several bugfixes

2016-05-23 Thread Pedro Ferreira
Changeset: 82ab5c86a247 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=82ab5c86a247 Modified Files: clients/iotapi/src/Settings/mapiconnection.py clients/iotapi/src/Streams/streams.py clients/iotapi/src/WebSockets/websockets.py

MonetDB: iot - Cleaned code

2016-05-19 Thread Pedro Ferreira
Changeset: ee944c8e9c97 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ee944c8e9c97 Removed Files: clients/iotclient/src/Streams/flushing.py Modified Files: clients/iotapi/src/Settings/mapiconnection.py clients/iotapi/src/Streams/streampolling.py

MonetDB: iot - Small corrections

2016-05-23 Thread Pedro Ferreira
Changeset: ece85c5d8d31 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ece85c5d8d31 Modified Files: clients/iotapi/src/WebSockets/websockets.py clients/iotclient/src/Streams/datatypes.py Branch: iot Log Message: Small corrections diffs (104 lines): diff

MonetDB: iot - Created subprocess for iot api

2016-05-24 Thread Pedro Ferreira
Changeset: dde8adbf4d2a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dde8adbf4d2a Modified Files: clients/iotapi/src/Settings/mapiconnection.py clients/iotapi/src/Streams/streampolling.py clients/iotapi/src/Utilities/customthreading.py

MonetDB: iot - Added auto-flushed streams, removed unnecessary v...

2016-05-24 Thread Pedro Ferreira
Changeset: f9baa0c79960 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9baa0c79960 Modified Files: clients/iotapi/src/Settings/filesystem.py clients/iotapi/src/Settings/iotlogger.py clients/iotapi/src/main.py

MonetDB: iot - Started to work on Web API for iot

2016-05-12 Thread Pedro Ferreira
Changeset: 0718a6157981 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0718a6157981 Added Files: clients/iotapi/requirements.txt clients/iotapi/src/Settings/__init__.py clients/iotapi/src/Settings/filesystem.py

MonetDB: iot - Corrected binary representations

2016-05-17 Thread Pedro Ferreira
Changeset: e2d39b39fc91 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e2d39b39fc91 Modified Files: clients/iotclient/requirements.txt clients/iotclient/src/Streams/datatypes.py clients/iotclient/src/Streams/jsonschemas.py Branch: iot Log Message:

MonetDB: iot - Corrected basket searching

2016-05-17 Thread Pedro Ferreira
Changeset: b53bfefff4b3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b53bfefff4b3 Modified Files: clients/iotapi/src/Streams/streampolling.py clients/iotapi/src/Streams/streams.py clients/iotapi/src/WebSockets/websockets.py

MonetDB: iot - Added offset/limit search

2016-05-16 Thread Pedro Ferreira
Changeset: 5b87e07b8c7f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b87e07b8c7f Modified Files: clients/iotapi/src/Streams/streams.py clients/iotapi/src/WebSockets/jsonschemas.py Branch: iot Log Message: Added offset/limit search diffs (136 lines):

MonetDB: iot - Introducing publish/subscribe pattern for streams.

2016-05-16 Thread Pedro Ferreira
Changeset: 409630148656 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=409630148656 Added Files: clients/iotapi/src/Utilities/readwritelock.py clients/iotapi/src/WebSockets/jsonschemas.py Modified Files: clients/iotapi/requirements.txt

MonetDB: iot - Added file watching

2016-05-13 Thread Pedro Ferreira
Changeset: 233ce5ea7032 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=233ce5ea7032 Added Files: clients/iotapi/src/Streams/streams.py clients/iotapi/src/WebSockets/__init__.py clients/iotapi/src/WebSockets/websockets.py Modified Files:

MonetDB: iot - Finished data reconstruction

2016-05-18 Thread Pedro Ferreira
Changeset: a91cdecbf145 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a91cdecbf145 Modified Files: clients/iotapi/src/Streams/datatypes.py clients/iotapi/src/Streams/streams.py clients/iotclient/src/Streams/streamscreator.py Branch: iot Log Message:

MonetDB: iot - Finished stream reading

2016-05-18 Thread Pedro Ferreira
Changeset: 5b90b8e6494a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b90b8e6494a Modified Files: clients/iotapi/src/Settings/mapiconnection.py clients/iotapi/src/Streams/streams.py clients/iotapi/src/Streams/streamscontext.py

MonetDB: iot - Corrections on the documentation

2016-05-10 Thread Pedro Ferreira
Changeset: 153f10e5c2b6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=153f10e5c2b6 Modified Files: clients/iotclient/documentation/iot_server_arguments.rst clients/iotclient/documentation/streams_data_types.rst clients/iotclient/src/main.py Branch:

MonetDB: iot - Added option to add hostname as a stream column.

2016-04-19 Thread Pedro Ferreira
Changeset: fd01b17e9fea for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fd01b17e9fea Modified Files: clients/iotclient/src/Flask/app.py clients/iotclient/src/Settings/filesystem.py clients/iotclient/src/Settings/mapiconnection.py

MonetDB: iot - Corrected several possible bugs, added decimal/nu...

2016-04-18 Thread Pedro Ferreira
. The flushing of the baskets can be either Tuple or Time based, as specied on the streams' creation. -More details coming soon. +I will migrate this documentation into pydocs soon :) Maintainer: Pedro Ferreira at CWI, email: p.e.ferre...@cwi.nl - diff --git a/clients/iotclient/src/Flask

MonetDB: iot - Added rst files for documentation of iot client a...

2016-04-20 Thread Pedro Ferreira
Changeset: cdc459ebce61 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cdc459ebce61 Added Files: clients/iotclient/documentation/conf.py clients/iotclient/documentation/future_work.rst clients/iotclient/documentation/index.rst

MonetDB: iot - Merged with Martin code

2016-04-20 Thread Pedro Ferreira
Changeset: cac2e7880416 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cac2e7880416 Modified Files: clients/iotclient/documentation/conf.py sql/backends/monet5/iot/Tests/iot05.sql sql/backends/monet5/iot/Tests/iot10.sql

MonetDB: iot - Added more data types for validation and cleaned ...

2016-04-21 Thread Pedro Ferreira
Changeset: 2b93ec7dc119 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2b93ec7dc119 Modified Files: clients/iotclient/documentation/index.rst clients/iotclient/documentation/streams_data_types.rst clients/iotclient/src/Streams/datatypes.py

MonetDB: iot - Added stream information serialization using a JS...

2016-04-19 Thread Pedro Ferreira
Changeset: 6781d09b7830 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6781d09b7830 Added Files: clients/iotclient/src/Streams/streamscreator.py Removed Files: clients/iotclient/src/Streams/semanticvalidation.py Modified Files:

MonetDB: iot - Merged with Martin code

2016-04-19 Thread Pedro Ferreira
Changeset: de1b527a4601 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=de1b527a4601 Added Files: gdk/gdk_orderidx.c monetdb5/modules/mal/Tests/orderidx00.malC monetdb5/modules/mal/Tests/orderidx00.stable.err

MonetDB: iot - Merged iot client with current DataCell kernel

2016-04-18 Thread Pedro Ferreira
Changeset: 4080899cd919 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4080899cd919 Added Files: sql/test/BugTracker-2016/Tests/column_alias_in_where_clause.Bug-3947.stable.out.int128

MonetDB: iot - First version of IOT webserver added

2016-04-18 Thread Pedro Ferreira
. + + +Maintainer: Pedro Ferreira at CWI, email: p.e.ferre...@cwi.nl + diff --git a/clients/iotclient/requirements.txt b/clients/iotclient/requirements.txt new file mode 100644 --- /dev/null +++ b/clients/iotclient/requirements.txt @@ -0,0 +1,8 @@ +Flask-RESTful==0.3.5 +jsonschema==2.5.1 +rfc3987==1.3.5 +strict

MonetDB: iot - Finished documentation and corrected regular expr...

2016-04-21 Thread Pedro Ferreira
will also be added. + +Soon another web server will be built to implement an API for the baskets outputs from DataCell. + +.. _about-the-project: + +About the Project += + +.. _Send questions and suggestions to e-mail.: p.e.ferre...@cwi.nl + +Project maintained by Pedro Ferreira at CWI

MonetDB: iot - Web api working with iot server. Started adding d...

2016-05-25 Thread Pedro Ferreira
hile using a streaming engine. This project is derived from Pedro Ferreira master thesis, a junior researcher at CWI. The objective of the master thesis to re-evaluate the DataCell extension of MonetDB to the IOT world, which was postponed for several years since its release. To accomplish this,

MonetDB: iot - Fixed heartbeats validation, cleaned some spaces

2016-07-12 Thread Pedro Ferreira
Changeset: 7d4e342fbc94 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d4e342fbc94 Modified Files: sql/backends/monet5/iot/50_iot.sql sql/backends/monet5/iot/Tests/ais/ais01.sql sql/backends/monet5/iot/petrinet.c Branch: iot Log Message: Fixed

MonetDB: iot - Fixed baskets initialization, cleaned more error ...

2016-07-12 Thread Pedro Ferreira
Changeset: f25257924841 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f25257924841 Modified Files: sql/backends/monet5/iot/basket.c Branch: iot Log Message: Fixed baskets initialization, cleaned more error messages diffs (137 lines): diff --git

MonetDB: iot - Fixed MAL comments and an AIS test

2016-08-03 Thread Pedro Ferreira
Changeset: 31bb025dd20d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=31bb025dd20d Modified Files: sql/backends/monet5/iot/50_iot.sql sql/backends/monet5/iot/Tests/ais/Tests/ais06.sql sql/backends/monet5/iot/basket.mal

MonetDB: iot - Updated ais tests

2016-07-15 Thread Pedro Ferreira
Changeset: e0e57cb5831d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e0e57cb5831d Modified Files: clients/iotclient/requirements.txt sql/backends/monet5/iot/Tests/ais/Tests/ais01.sql sql/backends/monet5/iot/Tests/ais/Tests/ais02.sql

MonetDB: iot - Updated ais tests

2016-07-12 Thread Pedro Ferreira
Changeset: 975f76aedd79 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=975f76aedd79 Modified Files: sql/backends/monet5/iot/Tests/ais/ais01.sql sql/backends/monet5/iot/Tests/ais/ais02.sql sql/backends/monet5/iot/Tests/ais/ais03.sql

MonetDB: iot - Updated some ais tests

2016-07-18 Thread Pedro Ferreira
Changeset: 98d5fc776077 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=98d5fc776077 Modified Files: sql/backends/monet5/iot/Tests/ais/Tests/ais07.sql sql/backends/monet5/iot/Tests/ais/Tests/ais10.sql sql/backends/monet5/iot/Tests/ais/Tests/ais11.sql

MonetDB: iot - Added static data to ais test case, fixed some tests

2016-07-06 Thread Pedro Ferreira
Changeset: cb74e363dffb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cb74e363dffb Modified Files: sql/backends/monet5/iot/Tests/ais.sql sql/backends/monet5/iot/Tests/logger.sql Branch: iot Log Message: Added static data to ais test case, fixed some tests

MonetDB: iot - Splited AIS tests, fixed some MAL error messages ...

2016-07-11 Thread Pedro Ferreira
Changeset: 72bb2608f2f5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=72bb2608f2f5 Added Files: sql/backends/monet5/iot/Tests/ais/ais01.sql sql/backends/monet5/iot/Tests/ais/ais02.sql sql/backends/monet5/iot/Tests/ais/ais03.sql

MonetDB: iot - Added first version of AIS use case to test the s...

2016-07-05 Thread Pedro Ferreira
Changeset: 8729da329f5c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8729da329f5c Added Files: sql/backends/monet5/iot/Tests/ais.sql Branch: iot Log Message: Added first version of AIS use case to test the streaming engine diffs (206 lines): diff --git

MonetDB: iot - Bug found on tuple based windows

2016-07-22 Thread Pedro Ferreira
Changeset: 352699331b28 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=352699331b28 Added Files: sql/backends/monet5/iot/Tests/bug05.sql Modified Files: clients/iotapi/documentation/websockets_api.rst clients/iotapi/src/WebSockets/jsonschemas.py

MonetDB: iot - Updated requirements.txt file, removed mapi flush...

2016-06-29 Thread Pedro Ferreira
Changeset: f8a016c9057b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f8a016c9057b Modified Files: clients/iotclient/requirements.txt clients/iotclient/src/Streams/streams.py Branch: iot Log Message: Updated requirements.txt file, removed mapi flush baskets

MonetDB: iot - Updated basket import procedure statement

2016-06-20 Thread Pedro Ferreira
Changeset: c92046756c56 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c92046756c56 Modified Files: clients/iotclient/src/Settings/mapiconnection.py Branch: iot Log Message: Updated basket import procedure statement diffs (12 lines): diff --git

monetdb-java: embedded - Changed the jar file name to avoid conf...

2017-02-02 Thread Pedro Ferreira
Changeset: 595d455b70a2 for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=595d455b70a2 Modified Files: build.xml tests/build.xml Branch: embedded Log Message: Changed the jar file name to avoid conflicts with the original one. diffs (24 lines):

monetdb-java: embedded - Fixed SQLException generation.

2017-02-01 Thread Pedro Ferreira
Changeset: 0cfaeec9afcb for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=0cfaeec9afcb Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java Branch: embedded Log Message: Fixed SQLException generation. diffs (119 lines): diff --git

monetdb-java: embedded - Small bug fixes

2017-02-01 Thread Pedro Ferreira
Changeset: 2867df9b4d2e for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=2867df9b4d2e Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java src/main/java/nl/cwi/monetdb/mcl/protocol/AbstractProtocol.java

monetdb-java: embedded - Small fixes for the embedded connection.

2017-01-24 Thread Pedro Ferreira
etdb/jdbc/MonetDataSource.java @@ -27,7 +27,7 @@ import java.util.logging.Logger; * * Additionally, pooled connections can be used when using a DataSource. * - * @author Fabian Groffen + * @author Fabian Groffen, Pedro Ferreira * @version 0.1 */ public class MonetDataSource extends MonetWrappe

monetdb-java: embedded - After a lot of suffering, finnaly passe...

2017-01-24 Thread Pedro Ferreira
her + * @author Fabian Groffen, Martin van Dinther, Pedro Ferreira * @version 0.4 */ public class MonetPreparedStatement extends MonetStatement implements PreparedStatement { - /* only parse the date patterns once, use multiple times */ - /** Format of a timestamp with RFC822

monetdb-java: embedded - Limit the StringBuilder size for the JD...

2017-01-25 Thread Pedro Ferreira
Changeset: 53ef497672bf for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=53ef497672bf Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java

monetdb-java: embedded - Simplified the the beginning of the JDB...

2017-02-20 Thread Pedro Ferreira
n the default (@JDBC_DEF_PORT@) will be used. * - * @author Fabian Groffen + * @author Fabian Groffen, Pedro Ferreira * @version @JDBC_MAJOR@.@JDBC_MINOR@ (@JDBC_VER_SUFFIX@) */ final public class MonetDriver implements Driver { - // the url kind will be jdbc:monetdb://[:]/ + //

monetdb-java: default - Fixed negative number parsing on the Sta...

2017-02-16 Thread Pedro Ferreira
Changeset: 04c535b05c52 for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=04c535b05c52 Modified Files: src/main/java/nl/cwi/monetdb/mcl/parser/HeaderLineParser.java src/main/java/nl/cwi/monetdb/mcl/parser/StartOfHeaderParser.java Branch: default Log

monetdb-java: embedded - Fixed ResultSet data fetching from the ...

2017-01-16 Thread Pedro Ferreira
Changeset: a00241382675 for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=a00241382675 Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java src/main/java/nl/cwi/monetdb/jdbc/MonetResultSet.java

monetdb-java: embedded - Made several bug fixes from the tests.

2017-01-20 Thread Pedro Ferreira
Changeset: d39f656b6614 for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=d39f656b6614 Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java.in

monetdb-java: embedded - Theere was a bug happening when the use...

2017-01-20 Thread Pedro Ferreira
Changeset: d4c6a01cc300 for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=d4c6a01cc300 Modified Files: src/main/java/nl/cwi/monetdb/mcl/connection/mapi/AbstractSocket.java src/main/java/nl/cwi/monetdb/mcl/connection/mapi/OldMapiSocket.java

MonetDB: iot - Added bug test for tuple windows correctness

2016-08-16 Thread Pedro Ferreira
Changeset: b29c9d42646c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b29c9d42646c Added Files: sql/backends/monet5/iot/Tests/bug06.sql Branch: iot Log Message: Added bug test for tuple windows correctness diffs (26 lines): diff --git

monetdb-java: embedded - Major change in the Datablock response....

2017-02-28 Thread Pedro Ferreira
* @author Fabian Groffen, Pedro Ferreira * @version @JDBC_MAJOR@.@JDBC_MINOR@ (@JDBC_VER_SUFFIX@) */ -final public class MonetDriver implements Driver { +public final class MonetDriver implements Driver { // the url kind will be jdbc:monetdb://[:]/ (in a MAPI connection

MonetDB: iot - Merged

2016-09-03 Thread Pedro Ferreira
Changeset: 94b98320b6bc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=94b98320b6bc Added Files: buildtools/autogen/autogen/filesplit.py monetdb5/mal/Tests/tst023.malC monetdb5/mal/Tests/tst023.stable.err monetdb5/mal/Tests/tst023.stable.out

MonetDB: iot - Updated ais tests and imports

2016-09-03 Thread Pedro Ferreira
Changeset: 287cab123693 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=287cab123693 Modified Files: clients/iotapi/requirements.txt clients/iotapi/src/Streams/datatypes.py clients/iotapi/src/Streams/streampolling.py

MonetDB: iot - Removed Flask log messages

2016-09-03 Thread Pedro Ferreira
Changeset: e5fc524d0512 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e5fc524d0512 Modified Files: clients/iotclient/src/Flask/app.py Branch: iot Log Message: Removed Flask log messages diffs (16 lines): diff --git a/clients/iotclient/src/Flask/app.py

MonetDB: iot - Merged with default

2016-09-06 Thread Pedro Ferreira
Changeset: ec20c6a000a1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ec20c6a000a1 Added Files: monetdb5/optimizer/opt_emptybind.c monetdb5/optimizer/opt_emptybind.h monetdb5/optimizer/opt_jit.c monetdb5/optimizer/opt_jit.h

monetdb-java: embedded - Arranged code in packages and starting ...

2016-11-07 Thread Pedro Ferreira
nl.cwi.monetdb.embedded.env; import java.io.Closeable; /** - * The base class for a query result. + * The base class for a pending statement to a connection. * * @author mailto:pedro.ferre...@monetdbsolutions.com;>Pedro Ferreira */ -public abstract class AbstractStatementResult implements Closea

monetdb-java: embedded - Change some Java Class - BAT mappings

2016-11-09 Thread Pedro Ferreira
eddedBlob.java +++ b/src/main/java/nl/cwi/monetdb/embedded/mapping/MonetDBEmbeddedBlob.java @@ -1,5 +1,6 @@ package nl.cwi.monetdb.embedded.mapping; +import java.io.Serializable; import java.util.Arrays; /** @@ -7,7 +8,7 @@ import java.util.Arrays; * * @author mailto:pedro.ferre...@monetdbsolutions.c

monetdb-java: embedded - Finished Java code for CRUD operations ...

2016-11-08 Thread Pedro Ferreira
Changeset: dfea8468cd1a for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=dfea8468cd1a Added Files: src/main/java/nl/cwi/monetdb/embedded/utils/StringEscaper.java Modified Files: src/main/java/nl/cwi/monetdb/embedded/env/MonetDBEmbeddedConnection.java

monetdb-java: embedded - Starting to test Java to BAT conversion...

2016-11-11 Thread Pedro Ferreira
/cwi/monetdb/embedded/tables/IMonetDBTableCursor.java @@ -5,7 +5,7 @@ package nl.cwi.monetdb.embedded.tables; * * @author mailto:pedro.ferre...@monetdbsolutions.com;>Pedro Ferreira */ -public interface IMonetDBTableIterator extends IMonetDBTableBaseIterator { +public interf

monetdb-java: embedded - Fixed row and column indexing

2016-11-14 Thread Pedro Ferreira
Changeset: 8217f77fcf6b for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=8217f77fcf6b Modified Files: src/main/java/nl/cwi/monetdb/embedded/mapping/AbstractRowSet.java src/main/java/nl/cwi/monetdb/embedded/tables/MonetDBTable.java

monetdb-java: embedded - More cleanup, finished null values mapp...

2016-11-22 Thread Pedro Ferreira
/nl/cwi/monetdb/embedded/mapping/MonetDBEmbeddedBlob.java b/src/main/java/nl/cwi/monetdb/embedded/mapping/MonetDBEmbeddedBlob.java --- a/src/main/java/nl/cwi/monetdb/embedded/mapping/MonetDBEmbeddedBlob.java +++ b/src/main/java/nl/cwi/monetdb/embedded/mapping/MonetDBEmbeddedBlob.java @@ -19,7 +19,7 @@

monetdb-java: embedded - Consistent iteration limits.

2016-11-22 Thread Pedro Ferreira
Changeset: 2053a9fc56ca for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=2053a9fc56ca Modified Files: src/main/java/nl/cwi/monetdb/embedded/tables/IMonetDBTableBaseIterator.java src/main/java/nl/cwi/monetdb/embedded/tables/MonetDBTable.java

monetdb-java: embedded - Better handling with concurrent connect...

2016-11-24 Thread Pedro Ferreira
r mailto:pedro.ferre...@monetdbsolutions.com;>Pedro Ferreira */ -public class MonetDBEmbeddedException extends Exception { +public class MonetDBEmbeddedException extends SQLException { public MonetDBEmbeddedException(String message) { super(message); } } _

monetdb-java: embedded - First changes to the JDBC driver.

2016-11-24 Thread Pedro Ferreira
netdb/embedded/env/MonetDBEmbeddedConnection.java @@ -22,15 +22,15 @@ import java.util.concurrent.ConcurrentHa * * @author mailto:pedro.ferre...@monetdbsolutions.com;>Pedro Ferreira */ -public class MonetDBEmbeddedConnection { +public class MonetDBEmbeddedConnection implements IEmbedded

  1   2   3   4   5   6   7   8   9   10   >