Big Data tools with AeroGear
by Idel Pivnitskiy
Hi all!
As you know from my proposal for GSoC, I study on a Master's program "Big
Data Systems". I need to implement any project with Apache Spark or
something similar.
Do you have any ideas, how it can be integrated with UPS or other AeroGear
projects?
I think about connector to Spark Streaming API to provide real-time
analytic. Is it reasonable? Does anyone use UPS in high load projects?
FeedHenry?
Or it could be reasonable when we will integrate WebPush Server.
Any thoughts/other ideas?
Thanks!
Idel Pivnitskiy
--
Twitter: @idelpivnitskiy <https://twitter.com/idelpivnitskiy>
GitHub: @idelpivnitskiy <https://github.com/idelpivnitskiy>
8 years, 7 months
How to add Custom Push Notification Service.
by Sharath MK
Hi,
I was building a MQTT based push notification. I want to use this platform
to host MQTT bar push notification service also. Can you please tell me how
to integrate my push service to UPC server. So that from ui one can select
and send.
Thanks
8 years, 7 months
GCM Device Token not accepted
by cel
The new device Token returned by the new GCM - API for Android (using
InstanceId.getToken instead of gcm.register(context), which is deprecated)
is not accepted by the Aerogear server. The format of the
InstanceId.getToken is different.
Example:
Beginnning of gcm.register - Token :
APA91bGdSq3-OKaDV_pyvunTZpnD_LKb6OrxIk7...
Beginning of InstanceId.getToken : eArreQ7017w:APA91bFe5lTYzEoNSivfPYaID...
So if I try to register with the InstanceId.getToken using the Restful
interface "/registry/device" the Http response of the aerogear server is:
"200 OK", but I still cannot find it in the installations. Consequently no
push notifications from aerogear can be sent to that device. Is this a Bug?
Has this been fixed in newer versions?
--
View this message in context: http://aerogear-dev.1069024.n5.nabble.com/GCM-Device-Token-not-accepted-t...
Sent from the aerogear-dev mailing list archive at Nabble.com.
8 years, 7 months