I am creating a site visitor counter.

site visitor counter per day by geographic location
previous day counter to be expired automatically and new counter
initialised at 00 hour or first call for the day.
values to be store in the bucket where geo location is the key and counter
is the value.
counters are to be automatic integers using an increment and get operation.
this bucket should be persisted in RDBMS.
Memcached provide all other option expect persistence.
I want to use only IgniteCache not ClientAtomicLong.

is there any way to do the above use case with ignite cache?

Reply via email to