What is difference between ckanext-ngsiview and right_time_context plugin CKAN?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


What is difference between ckanext-ngsiview and right_time_context plugin CKAN?



I had a query that what is difference in ckanext-ngsiview and ckanext-right_time_context plugin in ckan?



I was using ckanext-ngsiview of conwetlab,They have made another release and renamed it to right_time_context.



While,I was working with the latter plugin,I did'nt recieved the expected result which I used to receive with ngsiview.(Screenshot attached)



Also,do I need to enable any other plugin for right_time_context?



enter image description here




1 Answer
1



The plugin has evolved and is not only a view for NGSI anymore, so we think that the name was not representing the functionality. On the other hand, Telefónica has the previous name registered on pypi, so we cannot make releases using that name. Apart from that, the new version is an evolution of the previous releases we did.



That message means that there is no view configured for that resource. I guessing you are complaining because the raw NGSI view was not configured automatically (in fact this can be perfectly ok since you may want to manually add views).



To enable automatic configuration of the raw view, make sure you include the ngsi_view view into the ckan.views.default_views setting. The important detail here is that the id of the view has changed from ngsiview to ngsi_view in this new version.


ngsi_view


ckan.views.default_views


ngsiview


ngsi_view



Also, do I need to enable any other plugin for right_time_context?



The resource_proxy plugin (comes directly with CKAN, but has to be enabled), is required for using the raw view, although it is optional if you don't need that view.


resource_proxy



The ckanext-oauth2 plugin is required to make request to secured Context Broker instances.


ckanext-oauth2






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived