Realm in spring boot service

I would require to implement the spring boot services with offline capability. Can we use realm with java spring boot service? If anyone implemented, can you please list the pros and cons? Also if you have some sample code, can you please share with me?

Yes.

You can interact with Realm via one of the SDK’s or use REST calls and interact with ATLAS directly.

Thank you Jay. If you have any POC, can you please share with me?

You can use the Kotlin SDK in JVM (and Spring). You’ll probably need to build your data access layer in Kotlin and expose some CRUD API to Java. Here’s a sample app that demonstrates this approach.

Thank you Nikola. I will try it.