Search This Blog

Thursday, March 22, 2018

Graphite - Store numeric time-series data

Graphite does two things:
  1. Store numeric time-series data
  2. Render graphs of this data on demand
What Graphite does not do is collect data for you, however there are some tools out there that know how to send data to graphite. Even though it often requires a little code, sending data to Graphite is very simple.  -- Overview — Graphite 1.1.2 documentation:

Tuesday, February 13, 2018

Pushy - Lightning-Fast & Highly-Reliable Push Notifications

sometimes you dont want or cant use GCM for pushes

e.g for china user  no GCM , or when you cant have Google play store - e.g. in the car .

so the alternative is jPush or Pushy  - maybe there are more...

pushy looks easy and well documented

 Pushy - Lightning-Fast & Highly-Reliable Push Notifications:

nice article about non GCM could be found here
https://mobikul.com/android-push-notification-in-china/



enjoy

Yaniv Tzanany