I think this question would be better suited to this user mailing list. On Thu, 21 Sept 2023 at 10:09, Neeraj Mukati <itsneerajmuk...@gmail.com> wrote:
> 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? >