You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2020/02/09 10:55:27 UTC

[GitHub] [incubator-streampipes-extensions] giviflo opened a new pull request #3: Dev geo

giviflo opened a new pull request #3: Dev geo
URL: https://github.com/apache/incubator-streampipes-extensions/pull/3
 
 
   I just did the first merge request.
   
   I added 2 basic data processors.
   
       EPSG Enrichter
       LatLngToGeo
   
   I also added a description and icon in the depending resource folder for detail information
   
   For testing I use the http://api.open-notify.org/iss-now.json stream.
   
   Following issues occurs during developing:
   
   To get it run on my dev environment I had to modify the pom file and change the resources for StreamPipes. I also added the JTS core maven package. This major change leads to import package changes from
   
   import org.apache.streampipes.messaging.kafka.SpKafkaProtocolFactory;  to import org.streampipes.messaging.kafka.SpKafkaProtocolFactory;
   
   Therefore I stopped tracking the geo processors already implemented in this section. I also modified the GeoJvmInit.java and GeoJvmConfig.java.
   
   What is the best way to synchronize the pom file resources to use the same package
   
   For some reason, git thinks the LatLngToGeo PE is part of another PE:
   
   e.g. GoogleMapsGeocodingParameters.java → ...ors/latLngToGeo/LatLngToGeoParameter.java
   
   I guess this has be fixed on my side. But if I watch the commit history, I just see mine and have no clue why this happens.
   
   After setup the pipeline I was checking dashboard for the event stream. The event is forwarded but nothing is coming up.
   
   During Adapter Setup I added an Icon for the Adapter, but this is not showing up in the pipeline editor.
   
   I added some resource descriptions. The icons for the PE's  are shown in the pipeline but if I activate "show documentation" during PE configuration, it is referencing to the Static Google Maps Geocoding. This happens for both PE's.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-streampipes-extensions] giviflo closed pull request #3: Dev geo

Posted by GitBox <gi...@apache.org>.
giviflo closed pull request #3: Dev geo
URL: https://github.com/apache/incubator-streampipes-extensions/pull/3
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-streampipes-extensions] giviflo commented on issue #3: Dev geo

Posted by GitBox <gi...@apache.org>.
giviflo commented on issue #3: Dev geo
URL: https://github.com/apache/incubator-streampipes-extensions/pull/3#issuecomment-585379047
 
 
   incompatible package settings due wrong IDE import

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services