You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2022/11/20 23:37:26 UTC

[streampipes] branch STREAMPIPES-584 updated (e66d357cd -> 0895e11de)

This is an automated email from the ASF dual-hosted git repository.

micklich pushed a change to branch STREAMPIPES-584
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from e66d357cd [STREAMPIPES-584] fix typo
     add e33efade7 add docker-compose files. DISCUSSION required  where to put the script files
     add 0895e11de move setDatabase functionality to Jvminit and change to service name

No new revisions were added by this update.

Summary of changes:
 .../{iotdb => epsg}/docker-compose.dev.yml         |  4 +--
 .../{backend => epsg}/docker-compose.yml           | 23 ++++++++-------
 .../deploy/standalone/epsg/scripts/EPSG_FINISH.sql |  2 --
 .../epsg/scripts/PostgreSQL_Data_Script.sql        |  2 --
 .../epsg/scripts/PostgreSQL_FKey_Script.sql        |  2 --
 .../epsg/scripts/PostgreSQL_Table_Script.sql       |  0
 .../streampipes/processors/geo/jvm/GeoJvmInit.java | 34 +++++++++++++++++++---
 .../processor/reprojection/ProjTransformation.java | 28 ------------------
 8 files changed, 44 insertions(+), 51 deletions(-)
 copy installer/cli/deploy/standalone/{iotdb => epsg}/docker-compose.dev.yml (96%)
 copy installer/cli/deploy/standalone/{backend => epsg}/docker-compose.yml (63%)
 mode change 100644 => 100755
 copy streampipes-wrapper-python/streampipes/api/__init__.py => installer/cli/deploy/standalone/epsg/scripts/EPSG_FINISH.sql (99%)
 copy streampipes-wrapper-python/streampipes/api/__init__.py => installer/cli/deploy/standalone/epsg/scripts/PostgreSQL_Data_Script.sql (99%)
 mode change 100644 => 100755
 copy streampipes-wrapper-python/streampipes/api/__init__.py => installer/cli/deploy/standalone/epsg/scripts/PostgreSQL_FKey_Script.sql (99%)
 mode change 100644 => 100755
 copy ui/.env => installer/cli/deploy/standalone/epsg/scripts/PostgreSQL_Table_Script.sql (100%)
 mode change 100644 => 100755