Hi all, I've used geocode(stream function) of Geo-extension of Siddhi to find the latitude and longitude values by giving the location. That stream function doesn't work as expected and gives "OVER QUERY LIMIT" error after running my siddhi application a few times. I did a background search on this error and below are the results:
- As I found Siddhi uses Google Map API for this and they use this without a developer's account. - This error normally happens due to exceeding the Google Maps Platform web services usage limits by sending too many requests per day, sending requests too fast, sending requests too fast for too long or otherwise abusing the web service [2]. But without these reasons also I'm receiving the same error message. - That Google's geocode provides another way to use that by configuring a paid developer's account for the Google Map API[3]. I tried that one also by fixing the siddhi function at the code level. But the error still remains the same. Below is the error that I encountered while executing the siddhi application which uses geocode function. [image: Screenshot from 2018-10-16 09-46-03.png] I've posted a Git Issue[1] related to this error. Any help would be highly appreciated. [1] https://github.com/wso2-extensions/siddhi-execution-geo/issues/47 [2] https://developers.google.com/maps/premium/previous-licenses/articles/usage-limits [3] https://developers.google.com/maps/documentation/maps-static/get-api-key Best regards, -- *Gangani Chamika* *Intern - Software Engineering* *WSO2* <https://wso2.com/signature>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
